Updated README.md

This commit is contained in:
Jason Snelders 2019-11-16 16:07:36 +11:00 committed by GitHub
parent 8028d95ecc
commit 04f8b0f140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 5 deletions

View File

@ -1,20 +1,26 @@
# json-resume-editor # JSON Resume Editor
Editor for JSON Resume (https://jsonresume.org/) Editor for JSON Resume (https://jsonresume.org/)
Project started 11 November 2019. This is a progressive development over the coming months. Project started 11 November 2019. This is a work in progress over the coming months.
The aim is 2 fold: Aims:
1) Create an editor for JSON Resume (which I now use as my primary professional profile). 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". 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. This README will be updated when the project starts to stabalise.
Projected completion Feb/March 2020. Projected completion January 2020.
Status:
Deployed but under deployment.
Use it at (https://profilestudio.co)[https://profilestudio.co/#/]
Dependencies: Dependencies:
1) W3CSS (https://www.w3schools.com/w3css/) 1) W3CSS (https://www.w3schools.com/w3css/)
2) VueJS (https://vuejs.org/) 2) VueJS (https://vuejs.org/)
3) Vue Router (https://router.vuejs.org/) 3) Vue Router (https://router.vuejs.org/)