Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 548 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 548 Bytes

vue-demo

A simple vue application used to explain different configurations and setups around the web application.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for staging

npm run build-staging

Compiles and minifies for production and generate a sitemap dynamically

npm run build-prod

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint