Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 864 Bytes

README.md

File metadata and controls

55 lines (43 loc) · 864 Bytes

PersonalFinanceApp.Web

Please, note that this repository is a replica of PK's private project in GitHub. The open-source version was modified slightly and, as a result, might not build. The app's no longer maintained is for reference only.

PIRATE KING's personal finance app FRONTEND

Tech Stack:

  • TypeScript
  • JavaScript
  • Vue.js
  • Google Charts
  • axios.js
  • lodash
  • moment.js

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.