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
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