UPDATE docs
This commit is contained in:
parent
660f4bf81b
commit
6f811ebdbe
15
DEVELOPER.md
15
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', {
|
||||
|
||||
<br>
|
||||
Your new resume will be now reachable at `localhost:8080/#/resume/TEMPLATE-NAME`.
|
||||
<br>
|
||||
|
||||
|
||||
## Adding a new font
|
||||
|
||||
## Box shadows
|
||||
|
||||
## text fitting
|
||||
|
||||
## pdf export
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user