Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 522 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 522 Bytes

analysis

Environment Variable

If you wanna run the project in development mode, please specify the following variable in .env.local (at the root of the project folder).

VUE_APP_ENV=development

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.