yarn install
yarn serve
yarn build
yarn lint
Uses Vuetify plugin.
# 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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
yarn install
yarn serve
yarn build
yarn lint
Uses Vuetify plugin.
# 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