File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77每次在 GitHub 新建一个前端小项目,都要做一遍繁琐的、重复的 “文案工作”?那不如把常用文件汇总为一个项目模板吧,以后新建项目时直接复制出来填填改改就可以了。
88
9- 现在可用的模板文件 :
9+ 现在可用以下文件模板 :
1010
1111* ` README.md ` (稍复杂的项目可以选用 ` README.full.md ` )
1212* ` .gitignore `
1515* ` .editorconfig `
1616* ` src/*.js `
1717* ` test/*.* `
18+
19+ 以及文档模板:
20+
1821* ` doc/*.md `
1922* ` wiki/*.md `
23+ * ` releases/*.md `
2024
2125## 兼容性
2226
7074
7175# # 谁在用?
7276
73- 以下网站采用 {Sample} 作为基础组件:
77+ 以下开源项目采用 {Sample} 作为基础组件:
78+
79+ * [CMUI](https://github.com/CMUI/CMUI)
80+
81+ 因此,本项目运行在以下网站:
7482
7583* [某某网站](https://github.com/cssmagic/sample)
7684
Original file line number Diff line number Diff line change 66
77每次在 GitHub 新建一个前端小项目,都要做一遍繁琐的、重复的 “文案工作”?那不如把常用文件汇总为一个项目模板吧,以后新建项目时直接复制出来填填改改就可以了。
88
9- 现在可用的模板文件 :
9+ 现在可用以下文件模板 :
1010
1111* ` README.md ` (稍复杂的项目可以选用 ` README.full.md ` )
1212* ` .gitignore `
1515* ` .editorconfig `
1616* ` src/*.js `
1717* ` test/*.* `
18+
19+ 以及文档模板:
20+
1821* ` doc/*.md `
1922* ` wiki/*.md `
23+ * ` releases/*.md `
2024
2125## 兼容性
2226
You can’t perform that action at this time.
0 commit comments