Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankfang/cv-2020
预览地址:
https://github.com/frankfang/cv-2020
Last synced: 17 days ago
JSON representation
预览地址:
- Host: GitHub
- URL: https://github.com/frankfang/cv-2020
- Owner: FrankFang
- Created: 2020-03-09T03:30:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T22:00:12.000Z (over 3 years ago)
- Last Synced: 2024-04-17T00:07:29.532Z (7 months ago)
- Language: HTML
- Homepage: http://fangyinghang.com/cv-2020/dist/index.html?v=1
- Size: 259 KB
- Stars: 14
- Watchers: 3
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
网页预览:http://fangyinghang.com/cv-2020/dist/index.html
## 开发模式
```
npm i -g parcel-bundler
parcel src/index.html
```## 部署网页
```
parcel build src/index.html --public-url .
```