Basic Expense Tracker to analyse yearly/monthly/daily transactions. Build with Vue, Webpack, Bootstrap(Vue) and JUI Charts

@Pascal Syma Pascal Syma authored on 13 May 2021 1 error checks
build Initial Commit 3 years ago
config Initial Commit 3 years ago
src remove example component 3 years ago
static Initial Commit 3 years ago
test/ unit Initial Commit 3 years ago
.babelrc Initial Commit 3 years ago
.editorconfig Initial Commit 3 years ago
.eslintignore Initial Commit 3 years ago
.eslintrc.js Initial Commit 3 years ago
.gitignore Initial Commit 3 years ago
.postcssrc.js Initial Commit 3 years ago
Jenkinsfile added Jenkins 3 years ago
README.md Initial Commit 3 years ago
index.html changed title 3 years ago
package-lock.json added vue-bootstrap 3 years ago
package.json added vue-bootstrap 3 years ago
README.md

expense

Expense Tracker

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.