https://github.com/kscript/challenge
针对前端开发者知识技能的考查
https://github.com/kscript/challenge
Last synced: 11 months ago
JSON representation
针对前端开发者知识技能的考查
- Host: GitHub
- URL: https://github.com/kscript/challenge
- Owner: kscript
- Created: 2020-03-24T09:15:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:15:29.000Z (about 3 years ago)
- Last Synced: 2025-01-14T21:44:58.123Z (about 1 year ago)
- Language: Vue
- Homepage: https://kscript.github.io/challenge/
- Size: 7.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## challenge
针对前端开发者知识技能的考查
## 搭建本地环境
``` js
// 下载到本地
git clone https://github.com/kscript/challenge
// 打开项目目录
cd challenge
// 安装依赖
npm i
// 运行
npm run serve
// 运行mock服务
npm run mock
// 打包
npm run build
```
## TODO
- [x] 搜索
- [x] 评论
- [x] 内容填充
- [x] 数据信息收集
- [x] 测试
- [x] 持续集成
- [x] ...