Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapuri/dominion-calc
Dominion's victory point calculator
https://github.com/sapuri/dominion-calc
dominion nuxtjs pwa vuejs vuex
Last synced: 24 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:27:40.000Z (5 months ago)
- Last Synced: 2024-06-18T19:22:02.452Z (5 months ago)
- Topics: dominion, nuxtjs, pwa, vuejs, vuex
- Language: JavaScript
- Homepage: https://dominion-calc.pages.dev
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dominion-calc
> Dominion's victory point calculator
[![Build Status](https://travis-ci.org/sapuri/dominion-calc.svg?branch=master)](https://travis-ci.org/sapuri/dominion-calc)
[![Greenkeeper badge](https://badges.greenkeeper.io/sapuri/dominion-calc.svg)](https://greenkeeper.io/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)![icon](https://user-images.githubusercontent.com/18478610/48966376-9a62a100-f013-11e8-81c6-7121458459cd.png)
## 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
```