ADD breaks

This commit is contained in:
salomonelli 2017-06-11 22:55:47 +02:00
parent 12d2b683ca
commit 618886a47e

View File

@ -3,6 +3,7 @@
## Adding a new template
<br>
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`.
<br>
Your new resume will be now reachable at `localhost:8080/#/resume/TEMPLATE-NAME`.