An editor for JSON Resume (https://jsonresume.org/). Deployed as Profile Studio.
Go to file
Jason Snelders 90d2d79978 WIP 2019-11-16 13:36:25 +11:00
app WIP 2019-11-16 13:36:25 +11:00
components WIP 2019-11-16 13:36:25 +11:00
vendor Setup framework of the application. Component placeholder. Started dev. 2019-11-12 13:27:43 +11:00
.gitignore Initial commit 2019-11-11 17:11:32 +11:00
README.md Setup framework of the application. Component placeholder. Started dev. 2019-11-12 13:27:43 +11:00
index.html WIP 2019-11-16 13:36:25 +11:00
scripts.js WIPing all the way 2019-11-12 21:09:05 +11:00
styles.css Small textual updates 2019-11-16 12:53:24 +11:00

README.md

json-resume-editor

Editor for JSON Resume (https://jsonresume.org/)

Project started 11 November 2019. This is a progressive development over the coming months.

The aim is 2 fold:

  1. Create an editor for JSON Resume (which I now use as my primary professional profile).
  2. Create a VueJS (https://vuejs.org/) application to use as a foundation for teaching "VueJS by Example".

This README will be updated when the project starts to stabalise.

Projected completion Feb/March 2020.

Dependencies:

  1. W3CSS (https://www.w3schools.com/w3css/)
  2. VueJS (https://vuejs.org/)
  3. Vue Router (https://router.vuejs.org/)