Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 235 Bytes

File metadata and controls

8 lines (6 loc) · 235 Bytes

Install dependencies

  • npm i

Use NPM scripts

  • npm run build to build an optimized version of application in /dist
  • npm run serve to launch a browser sync server on source files
  • npm run test to launch unit tests