vue deployed to now successfully

This commit is contained in:
Brandon Flowers 2019-01-22 20:51:47 -05:00
parent ee57a7cd65
commit daa847f527
3 changed files with 28 additions and 1 deletions

View file

@ -2,6 +2,20 @@
We are using are VueJS as a build tool to help create a modular version of the Fantasy Map Generator so that individual contributors can work with more manageable files.
## Getting Started
```
yarn
yarn serve
```
## Production
```
yarn build
```
## Goal
We could divide and conquer in steps.