An editor for JSON Resume (https://jsonresume.org/). Deployed as Profile Studio.
Go to file
Jason Snelders 95186f0662 Added viewport meta 2019-11-17 10:09:51 +11:00
.vscode WIP 2019-11-16 22:13:22 +11:00
app WIP 2019-11-16 22:13:22 +11:00
components Fix for preview single field. Added MD to HTML converter. 2019-11-16 18:58:11 +11:00
favicon Added favicon 2019-11-16 15:45:28 +11:00
favicon_black Small updates 2019-11-16 15:54:45 +11:00
vendor Fix for preview single field. Added MD to HTML converter. 2019-11-16 18:58:11 +11:00
.gitignore Initial commit 2019-11-11 17:11:32 +11:00
README.md Update README.md 2019-11-16 16:09:32 +11:00
index.html Added viewport meta 2019-11-17 10:09:51 +11:00
scripts.js Implementing preview. Refactoring. 2019-11-16 15:18:41 +11:00
styles.css Loader overlay update 2019-11-16 16:25:26 +11:00

README.md

JSON Resume Editor

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

Project started 11 November 2019. This is a work in progress over the coming months.

Aims:

  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 January 2020.

Status: 16 November 2019

Deployed but still under deployment.

Use it at https://profilestudio.co

Dependencies:

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