npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit
This project uses ESLint and Prettier by enforcing a common code style. In vscode all files will be linted and formatted on-save.
This project is best developed in VS Code.
See the recommended extensions and settings in .vscode
.