Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```