-
Notifications
You must be signed in to change notification settings - Fork 0
/
database.json
98 lines (98 loc) · 2.85 KB
/
database.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"angular": {
"document": "https://angular.io/docs",
"homepage": "https://angular.io/"
},
"angular-cn": {
"document": "https://angular.cn/docs",
"homepage": "https://angular.cn/"
},
"antd": {
"document": "https://ant.design/docs/react/introduce-cn",
"homepage": "https://ant.design"
},
"axios": {
"document": "https://github.com/axios/axios#axios",
"homepage": "https://github.com/axios/axios"
},
"bootstrap": {
"document": "https://getbootstrap.com/docs/4.0/getting-started/introduction/",
"homepage": "http://getbootstrap.com/"
},
"docker": {
"document": "https://docs.docker.com/",
"homepage": "https://www.docker.com/"
},
"element": {
"document": "http://element-cn.eleme.io/#/zh-CN/component/installation",
"homepage": "http://element-cn.eleme.io/"
},
"graphql": {
"document": "http://graphql.org/learn/",
"homepage": "http://graphql.org/"
},
"iview": {
"document": "https://www.iviewui.com/docs/guide/start",
"homepage": "https://www.iviewui.com/"
},
"koa": {
"document": "http://koajs.com/#application",
"homepage": "http://koajs.com/"
},
"next": {
"document": "https://github.com/zeit/next.js#how-to-use",
"homepage": "https://github.com/zeit/next.js"
},
"node": {
"document": "https://nodejs.org/dist/latest-v8.x/docs/api/",
"homepage": "https://nodejs.org/"
},
"prop-types": {
"document": "https://github.com/facebook/prop-types#usage",
"homepage": "https://github.com/facebook/prop-types"
},
"react": {
"document": "https://reactjs.org/docs/hello-world.html",
"homepage": "https://reactjs.org/"
},
"react-native": {
"document": "http://facebook.github.io/react-native/docs/getting-started.html",
"homepage": "http://facebook.github.io/react-native/"
},
"react-router": {
"document": "https://reacttraining.com/react-router/web/",
"homepage": "https://reacttraining.com/react-router/"
},
"redux": {
"document": "https://redux.js.org/",
"homepage": "https://github.com/reactjs/redux"
},
"styled-jsx": {
"document": "https://github.com/zeit/styled-jsx#getting-started",
"homepage": "https://github.com/zeit/styled-jsx"
},
"vue": {
"document": "https://vuejs.org/v2/guide/",
"homepage": "https://vuejs.org/"
},
"vue-cn": {
"document": "https://cn.vuejs.org/v2/guide/",
"homepage": "https://cn.vuejs.org/"
},
"vue-router": {
"document": "https://router.vuejs.org/",
"homepage": "https://router.vuejs.org/"
},
"vuex": {
"document": "https://vuex.vuejs.org/",
"homepage": "https://vuex.vuejs.org/"
},
"webpack": {
"document": "https://webpack.js.org/concepts/",
"homepage": "https://webpack.js.org/"
},
"webpack-cn": {
"document": "https://doc.webpack-china.org/concepts/",
"homepage": "https://doc.webpack-china.org/"
}
}