Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 584 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 584 Bytes

vueapp

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Uses Vuetify

Uses Vuetify plugin.

To create a Vue app from scratch

# install yarn with Homebrew
brew install yarn

# install the vue-cli
yarn global add @vue/cli

# create the Vue app
vue create vueapp
cd vueapp
vue add vuetify