Created
September 26, 2018 05:44
-
-
Save wataruoguchi/652d865a8d8aad8ec2eb7722c7b9aa4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # 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