From 618886a47e6fb3b77e82c4359cf9deb9a8041790 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Sun, 11 Jun 2017 22:55:47 +0200 Subject: [PATCH] ADD breaks --- DEVELOPER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 0e51b7d..0c41ec2 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -3,6 +3,7 @@ ## Adding a new template +
1. Create a copy of `src/resumes/template.vue`. @@ -16,4 +17,5 @@ export default Vue.component('TEMPLATE-NAME', { 3. Import the newly added template in `src/resumes/resumes.js`. +
Your new resume will be now reachable at `localhost:8080/#/resume/TEMPLATE-NAME`.