https://github.com/sapuri/dominion-calc
Dominion's victory point calculator
https://github.com/sapuri/dominion-calc
dominion nuxtjs pwa vuejs vuex
Last synced: about 2 months ago
JSON representation
Dominion's victory point calculator
- Host: GitHub
- URL: https://github.com/sapuri/dominion-calc
- Owner: sapuri
- License: mit
- Created: 2018-11-22T20:23:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T02:34:24.000Z (7 months ago)
- Last Synced: 2025-02-13T06:19:54.504Z (4 months ago)
- Topics: dominion, nuxtjs, pwa, vuejs, vuex
- Language: JavaScript
- Homepage: https://dominion-calc.pages.dev
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dominion-calc
> Dominion's victory point calculator
[](https://travis-ci.org/sapuri/dominion-calc)
[](https://greenkeeper.io/)
[](https://github.com/prettier/prettier)
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```