update dev-docs

This commit is contained in:
mbndr 2017-09-14 19:37:42 +02:00
parent 30c0833350
commit d3987501a1

View File

@ -19,12 +19,9 @@ In the directory `src/resumes` you will find all existing templates.
1. Create a copy of `src/resumes/template.vue`.
2. Rename file and update component name:
2. Rename file and update template name:
```javascript
export default Vue.component('TEMPLATE-NAME', {
name: 'TEMPLATE-NAME',
...
});
let name = 'TEMPLATE-NAME';
```
3. Import the newly added template in `src/resumes/resumes.js`.