https://github.com/r8here/digital-cv
A simple CV design for developers
https://github.com/r8here/digital-cv
css-grid html5 js npm reset-css scss webpack
Last synced: 11 months ago
JSON representation
A simple CV design for developers
- Host: GitHub
- URL: https://github.com/r8here/digital-cv
- Owner: r8here
- Created: 2019-01-03T13:27:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T06:52:55.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T13:26:57.913Z (about 1 year ago)
- Topics: css-grid, html5, js, npm, reset-css, scss, webpack
- Language: Vue
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# digital-cv
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).