https://github.com/zhoubichuan/resume
Web端简历应用:Vue+TypeScript+Element
https://github.com/zhoubichuan/resume
vue
Last synced: 2 months ago
JSON representation
Web端简历应用:Vue+TypeScript+Element
- Host: GitHub
- URL: https://github.com/zhoubichuan/resume
- Owner: zhoubichuan
- Created: 2019-01-07T15:45:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T06:59:06.000Z (10 months ago)
- Last Synced: 2025-01-17T22:51:41.200Z (4 months ago)
- Topics: vue
- Language: TypeScript
- Homepage: https://zhoubichuan.github.io/resume
- Size: 197 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 个人简历
**技术栈:** Vue2.x + Vue-cli3.x + ElementUi + TypeScript + Scss
- 安装依赖
```
cnpm install
```- 运行
```
npm run dev
```- 打包项目
```
npm run build
```- 单元测试
```
npm run test:unit
```- 端到端测试
```
npm run test:e2e
```- 代码检查
```
npm run lint
```### Customize configuration
See [预览地址]](/resume/).