Skip to content

wesbuck/DominionCardManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dominion Card Manager

GitHub License GitHub top language GitHub Build Status

Current features provided by this app:

This app is built with Vue, SASS, Bootstrap, and more. Data is intended to be provided by DominionCardAPI.

Project setup

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

Maintenance

Check for outdated packages

Run npm outdated to check which packages have new major versions that need to be updated.

Update all packages

To update all packages to a new major version, install the npm-check-updates package globally:

npm install -g npm-check-updates

then run it:

ncu -u

This will upgrade all the version hints in package.json so npm can install the new major version.

You are now ready to npm update (or npm install if not already installed) to fetch the latest files and update package-lock.json.

Ensure everything works before pushing the changes.

About

Manage Dominion Cards. Works with DominionCardAPI. Uses Vue, SASS, Bootstrap, and more. Under Construction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published