Skip to content

Commit d1111fc

Browse files
author
stark
committed
add git common
1 parent f5bdb96 commit d1111fc

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
node_modules
2+
dist
3+
docs
4+
coverage
5+
/docs/.vuepress
6+
pubilc
7+
yarn.lock
8+
package.lock
9+
deploy-log.log
10+
test.sh

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "docs",
3+
"version": "1.0.0",
4+
"description": "--- home: true # heroImage: /hero.png actionText: 快速上手 → actionLink: /devenv/ features: - title: 聚合 details: 规范、效率、架构 - title: 助力 details: 提高前端开发者效率 - title: 覆盖全面 details: 覆盖大前端各个方面 footer: MIT Licensed | Copyright © 2019-present stark wang ---",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"tag": "node node_modules/easy-tag"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/wsdo/gitfe.git"
13+
},
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/wsdo/gitfe/issues"
18+
},
19+
"homepage": "https://github.com/wsdo/gitfe#readme",
20+
"dependencies": {
21+
"easy-tag": "^1.0.3"
22+
}
23+
}

0 commit comments

Comments
 (0)