Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Created September 26, 2018 05:44
Show Gist options
  • Save wataruoguchi/652d865a8d8aad8ec2eb7722c7b9aa4c to your computer and use it in GitHub Desktop.
Save wataruoguchi/652d865a8d8aad8ec2eb7722c7b9aa4c to your computer and use it in GitHub Desktop.
$ # install vue-cli and yarn
$ sudo npm i -g vue-cli yarn
$ # Create Nuxt app project in src directory based on nuxt-community/starter-template
$ vue init nuxt-community/starter-template src
$ # The answer can be all default
- ? Generate project in current directory?
- ? Project name
- ? Project description
- ? ? Author
$ # move to src directory, then install npm packages
$ cd src/ && yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment