A simple burndown generator made with Vue and D3.js
DEMO$ git clone git@github.com:vfreitas-/vue-burndown-generator.git
$ cd vue-burndown-generator
$ npm install
$ npm start
All contributions are welcome.
- Fork the repo on GitHub
- Clone the project to your own machine
- Install the tools necessary for development:
npm install
- Make your changes
- Commit it to your own branch
- Push your work back up to your fork
- Submit a pull request with full remarks documenting your changes