Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 491 Bytes

contributing.md

File metadata and controls

42 lines (27 loc) · 491 Bytes

Contributing

Construction

Scripts

Dev Server

$ npm run dev

Start a development server, pages below would be activated (file changes will trigger building automatically).

Building(Packing)

$ npm run build

Packing, generates products into directory /dist.

Linting

$ npm run lint

testing

$ npm run test

interactive mode

$ npm run test-live