Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sky0621/cv
Curriculum Vitae
https://github.com/sky0621/cv
axios primevue prisma sqlite typescript vite vuejs3
Last synced: about 1 month ago
JSON representation
Curriculum Vitae
- Host: GitHub
- URL: https://github.com/sky0621/cv
- Owner: sky0621
- Created: 2021-07-03T07:57:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:27:14.000Z (9 months ago)
- Last Synced: 2024-04-13T20:42:18.297Z (9 months ago)
- Topics: axios, primevue, prisma, sqlite, typescript, vite, vuejs3
- Language: Vue
- Homepage:
- Size: 17.7 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cv
## description
GitHub Pages にて公開している [Curriculum-Vitae](https://sky0621.github.io/cv/) のソース。
## relation
データソースは「[cv-admin](https://github.com/sky0621/cv-admin)」リポジトリで生成。
## screen shots
### Basic
![Basic](pics/basic.png)
![Basic](pics/basic2.png)### Career
![Career](pics/career.png)#### open
![Career](pics/career2.png)### Skill
![Skill](pics/skill.png)#### open
![Skill](pics/skill2.png)### Note
![Note](pics/note.png)## directory structure
### app
GitHub Pages にて表示する経歴書のソース。
画面に表示する情報は Axios を介して取得する実装にしているがデータソースは [cv-admin](https://github.com/sky0621/cv-admin) 側で生成した JSON を読む形にしている。
### docs
app の `yarn run build` によって、この配下に GitHub Pages でホストするSPAリソースが生成される。