From 6f811ebdbe773ff4126a0ac39c717f14c9716075 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Mon, 12 Jun 2017 19:25:51 +0200 Subject: [PATCH] UPDATE docs --- DEVELOPER.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index f8271ae..235c74d 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1,8 +1,11 @@ # Developer Docs +## Templates + +In the directory `src/resumes` you will find all existing templates. -## Adding a new template +### Creating templates 1. Create a copy of `src/resumes/template.vue`. @@ -18,3 +21,13 @@ export default Vue.component('TEMPLATE-NAME', {
Your new resume will be now reachable at `localhost:8080/#/resume/TEMPLATE-NAME`. +
+ + +## Adding a new font + +## Box shadows + +## text fitting + +## pdf export