vue-readme by igeligel
Serverless vue.js application for creating project readmes in markdown.
- Automatic contributor fetching via GitHub API
- Live preview for markdown
With node.js, npm and git installed run:
git clone https://github.com/igeligel/vue-readme
cd vue-readme
npm install
npm run devThe application can then be accessed at http://localhost:8960.
To create a production build on the gh-pages branch run:
npm run buildvue-readme is released under the MIT License.