Be in control of your expenses in a beautiful and simple atmosphere.
Install dependencies.
> npm install
Run the server.
> npm run serve
Code quality.
> npm run lint
Build to dist/
.
> npm run build
Clean build and serve folders.
> npm run clean