Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 681 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 681 Bytes

budget-template

Project setup

If you haven't logged into the github package repository, you'll need to run:

npm login --repository https://npm.pkg.github.com

If you're using 2FA, you'll need to create a Personal Access Token with all the repo: and read:packages scopes. This will be your password when prompted.

After that is taken care of, you can just run:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.