386 B
386 B
Developer Docs
Adding a new template
-
Create a copy of
src/resumes/template.vue. -
Rename file and update component name:
export default Vue.component('TEMPLATE-NAME', {
name: 'TEMPLATE-NAME',
...
});
- Import the newly added template in
src/resumes/resumes.js.
Your new resume will be now reachable at localhost:8080/#/resume/TEMPLATE-NAME.