Skip to content
/ vuejs-template Public template

Basic vuejs template with router and vuetify

Notifications You must be signed in to change notification settings

gsc2001/vuejs-template

Repository files navigation

vuejs-template

Dockerized version

Building

docker build . -t vuejs:latest

Running

docker run vuejs:latest

Non-docker version

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.