https://github.com/imotd/cv
Curriculum Vitae
https://github.com/imotd/cv
Last synced: 2 months ago
JSON representation
Curriculum Vitae
- Host: GitHub
- URL: https://github.com/imotd/cv
- Owner: imotD
- Created: 2022-02-06T13:53:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T08:53:43.000Z (5 months ago)
- Last Synced: 2025-02-08T12:46:36.425Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cv
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).