Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 452 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 452 Bytes

Node4Ever Vue.js Skeleton

System setup

sudo npm install -g @vue/cli

Running

npm install
npm run serve

Note: you may need to restart the node server should you make large changes.

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.