vladimirok5959 / vuetify-starter-template

Vuetify starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuetify-starter-template

Vuetify starter template

Project setup

sudo npm install npm -g

# https://github.com/nodesource/distributions#installation-instructions
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&sudo apt-get install -y nodejs

npm -v
> 9.5.0

node -v
> v19.7.0

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference

About

Vuetify starter template

License:MIT License


Languages

Language:Vue 69.2%Language:JavaScript 24.0%Language:Makefile 4.1%Language:HTML 1.4%Language:SCSS 0.8%Language:Dockerfile 0.6%