https://github.com/kscript/challenge-docs
针对前端开发者知识技能的考查 (数据文件) 仓库 https://github.com/kscript/challenge 站点 https://kscript.github.io/challenge/
https://github.com/kscript/challenge-docs
Last synced: 11 months ago
JSON representation
针对前端开发者知识技能的考查 (数据文件) 仓库 https://github.com/kscript/challenge 站点 https://kscript.github.io/challenge/
- Host: GitHub
- URL: https://github.com/kscript/challenge-docs
- Owner: kscript
- Created: 2020-03-28T13:00:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T09:17:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T21:44:57.442Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# challenge
针对前端开发者知识技能的考查 (数据文件)
## 项目结构及说明
- public
- [block name] 与challenge项目菜单一一对应的区块
- [...] 该区块包含的一些文件, 运行build命令时, 保留目录结构, 只处理.md文件
- ._config.yml jekyll配置, 阻止jekyll将.md文件转换为html页面
- dist 开发challenge项目时, 需要有dist目录, 没有的话, mock服务读取不到数据
- .travis.yml ci配置
- index.js 用于处理数据文件的脚本
- package.json 项目信息