Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmasuhai/my-cv
预览请点击
https://github.com/xmasuhai/my-cv
cv resume
Last synced: 17 days ago
JSON representation
预览请点击
- Host: GitHub
- URL: https://github.com/xmasuhai/my-cv
- Owner: xmasuhai
- Created: 2020-08-03T15:19:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T16:49:56.000Z (over 2 years ago)
- Last Synced: 2023-03-06T17:10:29.189Z (almost 2 years ago)
- Topics: cv, resume
- Language: HTML
- Homepage: http://xmasuhai.xyz/my-CV/dist/index.html
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 网页预览:https://xmasuhai.xyz/my-CV/dist/index.html
## 开发模式
```sh
npm i -g parcel-bundler
parcel src/index.html
```## 部署网页
```sh
parcel build src/index.html --public-url .
```