Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Created July 2, 2019 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataruoguchi/2b2c19e677f0497b7a4d2d47fd4546fa to your computer and use it in GitHub Desktop.
Save wataruoguchi/2b2c19e677f0497b7a4d2d47fd4546fa to your computer and use it in GitHub Desktop.
$ # Install Vue CLI
$ npm install @vue/cli -g
$ # Create the project
$ vue create my-app
? Please pick a preset: default (babel, eslint)
$ cd $_
# Install Vuetify
$ vue add vuetify
? Choose a preset: Default (recommended)
# Install Vue Router
$ vue add router
? Use history mode for router? (Requires proper server setup for index fallback in production) Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment