Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xmasuhai/my-cv

预览请点击
https://github.com/xmasuhai/my-cv

cv resume

Last synced: 17 days ago
JSON representation

预览请点击

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 .
```