Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 437 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 437 Bytes

octoVHS

Project setup

yarn

Compile and hot-reload for development

yarn serve

Compile and minify for production

yarn build

Run your tests

yarn test

Lint and fix files

yarn lint

Lint and fix files and fix

yarn lint --fix

Run your unit tests

yarn test:unit

Customize configuration

See Configuration Reference.