Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 975 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 975 Bytes

Deployment Build Code Quality

Be in control of your expenses in a beautiful and simple atmosphere.

Development

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