Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 564 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 564 Bytes

Starter Project

This is a starter template that makes use of the following packages

  • Vue 2
  • Typescript
  • SCSS
  • Eslint
  • Vue Testing Library
  • Jest

Please refer Task file the instructions.

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

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.