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

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

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/).