feat(init): init project specification and add docs
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
docs/.vuepress/config.js
0 → 100644
4.19 KB
This diff is collapsed.
docs/README.md
0 → 100644
docs/chapter1/CSS代码规范.md
0 → 100644
This diff is collapsed.
docs/chapter1/Git代码提交规范.md
0 → 100644
docs/chapter1/HTML代码规范.md
0 → 100644
docs/chapter1/JS代码规范.md
0 → 100644
docs/chapter1/README.md
0 → 100644
docs/chapter1/目录文件命名规则.md
0 → 100644
package.json
0 → 100644
{ | |||
"name": "projectspecification", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"directories": { | |||
"doc": "docs" | |||
}, | |||
"scripts": { | |||
"start": "vuepress dev docs", | |||
"build": "vuepress build docs", | |||
"commit": "npx git-cz" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/Howard0207/NoteBook.git" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"bugs": { | |||
"url": "https://github.com/Howard0207/NoteBook/issues" | |||
}, | |||
"homepage": "https://github.com/Howard0207/NoteBook#readme", | |||
"devDependencies": { | |||
"commitizen": "^4.1.2" | |||
}, | |||
"config": { | |||
"commitizen": { | |||
"path": "cz-conventional-changelog" | |||
} | |||
} | |||
} |
yarn.lock
0 → 100644
This diff is collapsed.