forked from jaywcjlove/dev-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
document.json
975 lines (975 loc) · 27.7 KB
/
document.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
[
{
"title": "Let's Encrypt",
"website": "https://letsencrypt.org/",
"des": "Let's Encrypt是一个免费并且开源的CA,且已经获得Mozilla、微软等主要浏览器厂商的根授信。",
"logo": "icons/letsencrypt-logo.svg",
"urls": {
"cn": "https://letsencrypt.org/docs/"
},
"tags": [ "工具" ]
},
{
"title": "Awesome Mac",
"website": "http://wangchujiang.com/awesome-mac/index.zh.html",
"des": "这里收集非常好用的Mac应用程序、软件以及工具,主要面向开发者和设计师。",
"logo": "https://images.apple.com/v/macbook-pro/n/images/overview/performance_medium.jpg",
"urls": {
"cn": "http://wangchujiang.com/awesome-mac/index.zh.html",
"git": "https://github.com/jaywcjlove/awesome-mac"
},
"tags": [ "工具" ]
},
{
"title": "ZanUI-WeApp",
"website": "https://github.com/youzan/zanui-weapp",
"des": "有赞移动 ZanUI 的小程序现实版本,结合了微信的视觉规范,增强了组件。",
"logo": "https://camo.githubusercontent.com/b3e6c0c62d421ef5df9d7e9b8366e6287c0464b7/68747470733a2f2f696d672e797a63646e2e636e2f7075626c69635f66696c65732f323031372f31302f33302f35353464643934306562316132363964346163393133336537386165333231662e6a70673f696d61676556696577322f322f772f3330302f682f333030",
"urls": {
"git": "https://github.com/youzan/zanui-weapp"
},
"tags": [ "前端" ]
},
{
"title": "ESLint",
"website": "https://eslint.org/",
"des": "可组装的JavaScript和JSX检查工具",
"logo": "icons/eslint-logo.svg",
"urls": {
"cn": "http://eslint.cn/",
"git": "https://github.com/eslint/eslint"
},
"tags": [ "前端" ]
},
{
"title": "Node.js",
"website": "https://nodejs.org/en/",
"des": "是一个基于 Chrome V8 引擎的 JavaScript 运行环境。",
"logo": "icons/node-logo.svg",
"urls": {
"cn": "http://nodejs.cn/",
"git": "https://github.com/nodejs/node"
},
"tags": [ "服务端", "后端" ]
},
{
"title": "Go",
"website": "https://golang.org/",
"des": "一种开源编程语言,可以轻松构建简单,可靠和高效的软件。",
"logo": "icons/gopher.svg",
"urls": {
"git": "https://github.com/golang/go"
},
"tags": [ "服务端", "后端", "编程语言" ]
},
{
"title": "Kotlin",
"website": "http://kotlinlang.org/",
"des": "Statically typed programming language for modern multiplatform applications",
"logo": "icons/kotlin.svg",
"urls": {
"git": "https://github.com/JetBrains/kotlin",
"cn": "https://www.kotlincn.net/",
"try": "https://try.kotlinlang.org/"
},
"tags": [ "服务端", "前端", "Android" ]
},
{
"title": "libuv",
"website": "http://libuv.org/",
"des": "多平台支持库,专注于异步I/O。",
"logo": "icons/libuv.png",
"urls": {
"git": "https://github.com/libuv/libuv",
"cn": "http://luohaha.github.io/Chinese-uvbook/",
"doc":"http://docs.libuv.org/en/v1.x/#documentation"
},
"tags": [ "工具库", "后端", "libuv" ]
},
{
"title": "C/C++",
"website": "http://en.cppreference.com/w/",
"des": "C/C++",
"logo": "icons/c++.svg",
"urls": {
"cn": "http://zh.cppreference.com/w/",
"anoher":"http://www.cplusplus.com/"
},
"tags": [ "编程语言" ]
},
{
"title": "Cocos",
"website": "http://www.cocos2d-x.org/",
"des": "Cocos Creator 以内容创作为核心的一体化游戏开发工具",
"logo": "icons/cocos2d.png",
"urls": {
"cn": "http://www.cocos.com/",
"git": "https://github.com/cocos2d/cocos2d-x"
},
"tags": [ "cocos", "前端" ]
},
{
"title": "Learn X in Y minutes",
"website": "https://learnxinyminutes.com/",
"des": "快速浏览你的下一个最喜欢的语言。",
"urls": {
"git": "https://github.com/adambard/learnxinyminutes-docs"
},
"tags": [ "工具库" ]
},
{
"title": "Rust",
"website": "https://www.rust-lang.org",
"des": "一种系统编程语言。",
"logo": "icons/rust.svg",
"urls": {
"git": "https://github.com/rust-lang/rust",
"cn": "https://www.rust-lang.org/zh-CN/"
},
"tags": [ "服务端", "后端" ]
},
{
"title": "PHP",
"website": "http://php.net/",
"des": "一种通用开源脚本语言。",
"logo": "icons/php.svg",
"urls": {
"cn": "http://php.net/manual/zh/"
},
"tags": [ "服务端", "后端" ]
},
{
"title": "Ruby",
"website": "https://www.ruby-lang.org/",
"des": "一种简单快捷的面向对象(面向对象程序设计)脚本语言。",
"logo": "icons/ruby.svg",
"urls": {
"git": "https://github.com/ruby/ruby",
"cn": "https://www.ruby-lang.org/zh_cn/"
},
"tags": [ "服务端", "后端" ]
},
{
"title": "Python",
"website": "https://www.python.org/",
"des": "一种面向对象的解释型计算机程序设计语言。",
"logo": "icons/python.svg",
"urls": {
"cn": "http://python.usyiyi.cn/translate/python_352/index.html"
},
"tags": [ "服务端", "后端", "编程语言" ]
},
{
"title": "Swift",
"website": "https://swift.org/",
"des": "是一种新的编程语言,用于编写 iOS 和 macOS 应用。",
"logo": "icons/swift.svg",
"urls": {
"git": "https://github.com/apple/swift",
"cn": "http://swiftguide.cn/",
"community": "https://www.apple.com/cn/swift/"
},
"tags": [ "服务端", "后端", "编程语言" ]
},
{
"title": "JAVA",
"website": "https://docs.oracle.com/javase/8/docs/",
"des": "是一门面向对象编程语言。",
"logo": "icons/java.svg",
"urls": {
"cn": "http://www.oracle.com/technetwork/cn/java/index.html"
},
"tags": [ "服务端", "后端", "编程语言" ]
},
{
"title": ".NET",
"website": "https://www.microsoft.com/net/download/windows",
"des": "是 Microsoft XML Web services 平台",
"logo": "icons/dotnet.svg",
"urls": {
"cn": "https://docs.microsoft.com/zh-cn/dotnet/welcome"
},
"tags": [ "服务端", "后端" ]
},
{
"title": "JavaScript",
"website": "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
"des": "是一种轻量级解释或JIT编译型的编程语言。",
"logo": "icons/javascript.svg",
"urls": {
"cn": "https://developer.mozilla.org/zh-CN/docs/Web/JavaScript",
"es6": "http://es6.ruanyifeng.com/"
},
"tags": [ "前端", "编程语言" ]
},
{
"title": "CSS",
"website": "https://www.w3.org/",
"des": "一种用来表现HTML或XML等文件样式的计算机语言。",
"logo": "icons/css-3.svg",
"urls": {
"cn": "http://www.chinaw3c.org/"
},
"tags": [ "前端", "CSS" ]
},
{
"title": "Babel",
"website": "https://babeljs.io/",
"des": "用于编写下一代 JS 的编译器",
"logo": "icons/babel-logo.svg",
"urls": {
"cn": "https://babel.docschina.org/",
"git": "https://github.com/babel/babel"
},
"tags": [ "编译器", "前端" ]
},
{
"title": "TypeScript",
"website": "http://www.typescriptlang.org/",
"des": "TypeScript是JavaScript类型的超集,它可以编译成纯JavaScript。",
"logo": "icons/typescript-icon.svg",
"urls": {
"cn": "https://www.tslang.cn/",
"git": "https://github.com/Microsoft/TypeScript"
},
"tags": [ "编译器", "前端" ]
},
{
"title": "CoffeeScript",
"website": "http://coffeescript.org/",
"des": "一门编译到 JavaScript 的小巧语言。",
"logo": "icons/coffeescript.svg",
"urls": {
"cn": "http://coffee-script.org/",
"git": "https://github.com/jashkenas/coffeescript"
},
"tags": [ "编译器", "前端" ]
},
{
"title": "Webpack",
"website": "https://webpack.js.org/",
"des": "前端资源打包工具",
"logo": "icons/webpack-logo.svg",
"urls": {
"cn": "https://doc.webpack-china.org/",
"git": "https://github.com/webpack/webpack"
},
"tags": [ "构建工具", "前端" ]
},
{
"title": "Parcel",
"website": "https://en.parceljs.org/",
"des": "极速零配置Web应用打包工具",
"logo": "icons/parcel.svg",
"urls": {
"cn": "https://zh.parceljs.org/",
"git": "https://github.com/parcel-bundler/parcel"
},
"tags": [ "构建工具", "前端" ]
},
{
"title": "Rollup",
"website": "http://rollupjs.org",
"des": "前端资源打包工具",
"logo": "icons/rollupjs-logo.svg",
"urls": {
"cn": "https://rollupjs.cn/",
"git": "https://github.com/rollup/rollup"
},
"tags": [ "构建工具", "前端" ]
},
{
"title": "Gulp",
"website": "http://gulpjs.com",
"des": "基于流的自动化构建",
"logo": "icons/gulp.svg",
"urls": {
"cn": "http://www.gulpjs.com.cn/",
"git": "https://github.com/gulpjs/gulp"
},
"tags": [ "构建工具", "前端" ]
},
{
"title": "Grunt",
"website": "http://gruntjs.com/",
"des": "JavaScript世界的构建工具",
"logo": "icons/grunt.svg",
"urls": {
"cn": "https://grunt.docschina.org/",
"git": "https://github.com/gruntjs/grunt"
},
"tags": [ "构建工具", "前端" ]
},
{
"title": "Express",
"website": "https://expressjs.com",
"des": "快速极简的Web后台框架",
"logo": "icons/express.svg",
"urls": {
"cn": "http://www.expressjs.com.cn/",
"git": "https://github.com/expressjs/express"
},
"tags": [ "框架", "后端" ]
},
{
"title": "Koa",
"website": "http://koajs.com",
"des": "新一代的Web后台框架",
"logo": "icons/koa.png",
"urls": {
"cn": "https://github.com/guo-yu/koa-guide",
"git": "https://github.com/koajs/koa"
},
"tags": [ "框架", "后端" ]
},
{
"title": "Egg.js",
"website": "https://eggjs.org/zh-cn/",
"des": "阿里开源的企业级 Node.js 框架。",
"logo": "icons/egg-logo.svg",
"urls": {
"git": "https://github.com/eggjs/egg/"
},
"tags": [
"后端"
]
},
{
"title": "Pandora.js",
"website": "http://www.midwayjs.org/pandora/zh-cn/",
"des": "是一个可管理、可度量、可追踪的 Node.js 应用管理器。",
"logo": "icons/pandorajs-logo.png",
"urls": {
"cn": "http://www.midwayjs.org/pandora/zh-cn/",
"git": "https://github.com/midwayjs/pandora/"
},
"tags": [ "前端", "后端" ]
},
{
"title": "Electron",
"website": "https://electronjs.org/",
"des": "使用JS和React构建原生移动应用程序",
"logo": "icons/electron.svg",
"urls": {
"git": "https://github.com/electron",
"cn": "https://electronjs.org/"
},
"tags": [ "框架", "桌面客户端", "前端" ]
},
{
"title": "NW.js",
"website": "https://nwjs.io/",
"des": "使用WEB(html5、css3、js)技术,包括Node.js来开发桌面应用。",
"logo": "icons/nwjs-logo.png",
"urls": {
"cn": "http://liuxp.me/nwjs/",
"git": "https://github.com/nwjs/nw.js"
},
"tags": [ "框架", "客户端", "前端" ]
},
{
"title": "ReactiveX",
"website": "http://reactivex.io/",
"des": "用于 JavaScript 的 ReactiveX 库。",
"logo": "icons/reactivex.svg",
"urls": {
"git": "https://github.com/ReactiveX/rxjs",
"cn": "http://cn.rx.js.org/"
},
"tags": [ "前端", "工具库" ]
},
{
"title": "Next.js(React)",
"website": "https://zeit.co/docs",
"des": "一个基于React的一个服务端渲染简约框架。",
"logo": "icons/next-logo.svg",
"urls": {
"cn": "https://learnnextjs.com/",
"git": "https://github.com/zeit/next.js"
},
"tags": [ "前端" ]
},
{
"title": "Nuxt.js(Vue)",
"website": "https://nuxtjs.org/",
"des": "一个基于 Vue.js 的通用应用框架。",
"logo": "icons/nuxt-logo.svg",
"urls": {
"cn": "https://zh.nuxtjs.org/",
"git": "https://github.com/nuxt"
},
"tags": [ "前端" ]
},
{
"title": "Nest.js",
"website": "https://docs.nestjs.com/",
"des": "是基于 Express 封装,用于构建高效且可伸缩 Node.js 后端开发框架。",
"logo": "icons/nest-logo.svg",
"urls": {
"cn": "https://docs.nestjs.cn/",
"git": "https://github.com/nestjs/nest"
},
"tags": [ "前端", "后端" ]
},
{
"title": "React",
"website": "https://reactjs.org",
"des": "用于构建UI的JS库",
"logo": "icons/react-logo.svg",
"urls": {
"cn": "https://doc.react-china.org/",
"git": "https://github.com/facebook/react/"
},
"tags": [ "框架", "React", "前端" ]
},
{
"title": "uiw",
"website": "https://uiw-react.github.io/",
"des": "基于React的UI组件库。",
"logo": "icons/uiw-react.svg",
"urls": {
"git": "https://github.com/uiw-react/uiw"
},
"tags": [ "框架", "React", "前端" ]
},
{
"title": "Flutter",
"website": "https://flutter.io/",
"des": "一种新型的方式,用于创建高性能、跨平台的移动应用。",
"logo": "icons/flutter.svg",
"urls": {
"git": "https://github.com/flutter/flutter"
},
"tags": [ "框架", "移动端", "前端" ]
},
{
"title": "Keras",
"website": "https://keras.io",
"des": "一个用 Python 编写的高级神经网络 API。",
"logo": "icons/keras.svg",
"urls": {
"cn": "https://keras.io/zh/",
"git": "https://github.com/keras-team/keras"
},
"tags": [ "框架", "深度学习" ]
},
{
"title": "React Native",
"website": "http://facebook.github.io/react-native/",
"des": "使用JS和React构建原生移动应用程序",
"logo": "icons/react-logo.svg",
"urls": {
"git": "https://github.com/facebook/react-native",
"cn": "https://reactnative.cn",
"React Native libraries": "https://www.native.directory/"
},
"tags": [ "框架", "React", "前端" ]
},
{
"title": "React Router",
"website": "https://reacttraining.com/react-router/",
"des": "React 路由",
"logo": "icons/react-route-logo.svg",
"urls": {
"cn": "http://reacttraining.cn/",
"git": "https://github.com/ReactTraining/react-router"
},
"tags": [ "React", "前端" ]
},
{
"title": "Redux",
"website": "https://redux.js.org/",
"des": "是 JS 状态容器,提供可预测化的状态管理。",
"logo": "icons/redux-logo.svg",
"urls": {
"cn": "http://cn.redux.js.org/",
"git": "https://github.com/reactjs/redux"
},
"tags": [ "React", "前端" ]
},
{
"title": "redux-saga",
"website": "https://redux-saga.js.org/",
"des": "一个用于管理 Redux 应用异步操作中间件。",
"logo": "icons/redux-saga.svg",
"urls": {
"cn": "https://redux-saga-in-chinese.js.org/",
"git": "https://github.com/redux-saga/redux-saga"
},
"tags": [ "React", "前端" ]
},
{
"title": "MobX",
"website": "https://mobx.js.org/",
"des": "非常容易的状态管理工具。",
"logo": "icons/mobx.svg",
"urls": {
"cn": "http://cn.mobx.js.org/",
"git": "https://github.com/mobxjs/mobx"
},
"tags": [ "React", "前端" ]
},
{
"title": "Vue",
"website": "http://vuejs.org",
"des": "轻量mvvm框架",
"logo": "icons/vue.svg",
"urls": {
"cn": "https://cn.vuejs.org/",
"git": "https://github.com/vuejs/vue"
},
"tags": [ "框架", "前端" ]
},
{
"title": "Angular",
"website": "https://angular.io",
"des": "一套框架多种平台",
"logo": "icons/angular-icon.svg",
"urls": {
"cn": "https://angular.cn/",
"git": "https://github.com/angular/angular"
},
"tags": [ "框架", "前端" ]
},
{
"title": "Backbone.js",
"website": "http://backbonejs.org/",
"des": "为复杂JS应用程序提供模型集合视图(MVC)的结构",
"logo": "icons/backbone-icon.svg",
"urls": {
"cn": "http://www.css88.com/doc/backbone/",
"git": "https://github.com/jashkenas/backbone"
},
"tags": [ "框架", "前端" ]
},
{
"title": "Cycle.js",
"website": "http://cyclejs.cn/",
"des": "函数式和响应式的 JS 框架",
"logo": "icons/cyclejs.svg",
"urls": {
"cn": "http://cyclejs.cn/",
"git": "https://github.com/cyclejs/cyclejs"
},
"tags": [ "框架", "前端" ]
},
{
"title": "socket.io",
"website": "https://socket.io/",
"des": "实现了基于事件的实时双向通信",
"logo": "icons/socket.io.svg",
"urls": {
"cn": "http://javacheng.oschina.io/socket.io/",
"git": "https://github.com/socketio/socket.io",
"twitter": "https://twitter.com/SocketIO"
},
"tags": [ "框架", "前端" ]
},
{
"title": "EditorConfig",
"website": "http://editorconfig.org/",
"des": "代码格式配置管理。",
"logo": "icons/editorconfig-logo.png",
"urls": {
"cn": "http://editorconfig.org/"
},
"tags": [ "工具库", "前端" ]
},
{
"title": "Semver",
"website": "http://semver.org",
"des": "语义化版本 2.0.0",
"logo": "icons/semver.svg",
"urls": {
"cn": "https://semver.org/lang/zh-CN/"
},
"tags": [ "工具库" ]
},
{
"title": "JSDoc",
"website": "http://usejsdoc.org/",
"des": "根据规范化的注释、自动生成接口文档。",
"urls": {
"git": "https://github.com/jsdoc3/jsdoc",
"cn": "http://www.css88.com/doc/jsdoc/index.html"
},
"tags": [ "工具库" ]
},
{
"title": "Nginx",
"website": "http://nginx.org/en/",
"des": "是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。",
"logo": "icons/nginx.svg",
"urls": {
"git": "https://github.com/nginx/nginx",
"cn": "http://www.nginx.cn/doc/"
},
"tags": [ "服务端", "后端" ]
},
{
"title": "Git",
"website": "https://git-scm.com",
"des": "版本控制工具",
"logo": "icons/git-icon-logo.svg",
"urls": {
"cn": "https://git-scm.com/book/zh/v2",
"git": "https://github.com/git/git"
},
"tags": [ "工具库" ]
},
{
"title": "Subversion",
"website": "http://subversion.apache.org/",
"des": "开源的版本控制工具",
"logo": "icons/subversion.svg",
"urls": {
"cn": "http://svnbook.red-bean.com/nightly/zh/svn-book.html",
"git": "https://github.com/apache/subversion"
},
"tags": [ "工具库" ]
},
{
"title": "Puppeteer",
"website": "https://github.com/GoogleChrome/puppeteer",
"des": "无头Chrome浏览器",
"logo": "icons/puppeteer.png",
"urls": {
"git": "https://github.com/GoogleChrome/puppeteer"
},
"tags": [ "工具库", "测试工具" ]
},
{
"title": "jQuery",
"website": "https://jquery.com/",
"des": "高效精简强大的工具库",
"logo": "icons/jquery.svg",
"urls": {
"cn": "https://www.jquery123.com/",
"git": "https://github.com/jquery/jquery"
},
"tags": [ "前端" ]
},
{
"title": "Zepto",
"website": "http://zeptojs.com",
"des": "轻量级的工具库",
"logo": "icons/zepto.png",
"urls": {
"git": "https://github.com/jquery/jquery"
},
"tags": [ "前端" ]
},
{
"title": "Require.js",
"website": "http://requirejs.org/",
"des": "一个JS文件和模块加载器。",
"logo": "icons/require-logo.svg",
"urls": {
"git": "https://github.com/jquery/jquery"
},
"tags": [ "前端" ]
},
{
"title": "ESlint",
"website": "https://eslint.org",
"des": "可组装的JS检查工具",
"logo": "icons/eslint-logo.svg",
"urls": {
"cn": "http://cn.eslint.org/",
"git": "https://github.com/eslint/eslint"
},
"tags": [ "代码质量", "前端" ]
},
{
"title": "Prettier",
"website": "https://prettier.io",
"des": "一个有见识的代码格式化工具。",
"logo": "icons/prettier.svg",
"urls": {
"git": "https://github.com/prettier/prettier"
},
"tags": [ "代码质量", "前端" ]
},
{
"title": "StyleLint",
"website": "http://stylelint.io/",
"des": "强大的现代CSS检测器",
"logo": "icons/stylelint.svg",
"urls": {
"cn": "http://stylelint.cn/",
"git": "https://github.com/stylelint/stylelint"
},
"tags": [ "代码质量", "前端" ]
},
{
"title": "Jest",
"website": "https://facebook.github.io/jest/",
"des": "令人愉快的 JavaScript 测试",
"logo": "icons/jest.svg",
"urls": {
"cn": "http://stylelint.cn/",
"git": "https://facebook.github.io/jest/zh-Hans/"
},
"tags": [ "代码质量", "测试工具", "前端" ]
},
{
"title": "Mocha",
"website": "https://mochajs.org",
"des": "JavaScript的一种单元测试框架。",
"logo": "icons/mocha.svg",
"urls": {
"git": "https://github.com/mochajs/mocha"
},
"tags": [ "代码质量", "测试工具", "前端" ]
},
{
"title": "Chai",
"website": "http://chaijs.com",
"des": "BDD/TDD断言框架node.js和浏览器。",
"logo": "icons/chai.svg",
"urls": {
"git": "https://github.com/chaijs/chai"
},
"tags": [ "代码质量", "测试工具", "前端" ]
},
{
"title": "Jasmine",
"website": "https://jasmine.github.io/",
"des": "JavaScript单元测试框架",
"logo": "icons/jasmine.svg",
"urls": {
"git": "https://github.com/jasmine/jasmine"
},
"tags": [ "代码质量", "测试工具", "前端" ]
},
{
"title": "Karma",
"website": "http://karma-runner.github.io/",
"des": "JavaScript单元测试框架",
"logo": "icons/karma.svg",
"urls": {
"git": "https://github.com/karma-runner/karma"
},
"tags": [ "代码质量", "测试工具", "前端" ]
},
{
"title": "Chrome Extensions",
"website": "https://developer.chrome.com/extensions",
"des": "Chrome插件开发文档。",
"logo": "icons/chrome.svg",
"urls": {
"cn": "http://open.chrome.360.cn/html/dev_manifest.html"
},
"tags": [ "代码质量", "测试工具", "前端" ]
},
{
"title": "Sass",
"website": "http://sass-lang.com",
"des": "基于Ruby的CSS预处理器",
"logo": "icons/sass.svg",
"urls": {
"cn": "https://sass-guidelin.es/zh/",
"git": "https://github.com/sass/node-sass"
},
"tags": [ "CSS", "前端" ]
},
{
"title": "Less",
"website": "http://lesscss.org",
"des": "CSS预处理器",
"logo": "icons/less-logo.svg",
"urls": {
"cn": "http://lesscss.cn/",
"git": "https://github.com/less/less.js"
},
"tags": [ "CSS", "前端" ]
},
{
"title": "Stylus",
"website": "http://stylus-lang.com/",
"des": "基于Node的CSS预处理器",
"logo": "icons/stylus.svg",
"urls": {
"cn": "http://www.zhangxinxu.com/jq/stylus/",
"git": "https://github.com/stylus/stylus"
},
"tags": [ "CSS", "前端" ]
},
{
"title": "PostCSS",
"website": "http://postcss.org/",
"des": "基于Node的CSS后处理器",
"logo": "icons/postcss.svg",
"urls": {
"git": "https://github.com/postcss/postcss"
},
"tags": [ "CSS", "前端" ]
},
{
"title": "CSS Modules",
"website": "https://github.com/css-modules/css-modules",
"des": "CSS加入了局部作用域和模块依赖",
"logo": "icons/css-modules-logo.png",
"urls": {
"cn": "http://graphql.cn/",
"git": "https://github.com/css-modules/css-modules"
},
"tags": [ "API", "前端" ]
},
{
"title": "Autoprefixer",
"website": "https://github.com/postcss/autoprefixer",
"des": "解析CSS并添加供应商前缀到规则",
"logo": "icons/autoprefixer-logo.svg",
"urls": {
"git": "https://github.com/postcss/autoprefixer"
},
"tags": [ "API", "前端" ]
},
{
"title": "GraphQL",
"website": "http://graphql.org/",
"des": "一种用于 API 的查询语言",
"logo": "icons/graphql.svg",
"urls": {
"cn": "http://graphql.cn/",
"git": "https://github.com/graphql"
},
"tags": [ "API", "后端" ]
},
{
"title": "Sequelize",
"website": "http://docs.sequelizejs.com/",
"des": "一个基于 promise 的 Node.js ORM",
"logo": "icons/sequelize.svg",
"urls": {
"git": "https://github.com/sequelize/sequelize",
"cn": "https://demopark.github.io/sequelize-docs-Zh-CN/"
},
"tags": [ "后端" ]
},
{
"title": "Knex.js",
"website": "http://knexjs.org/",
"des": "一款开箱即用的SQL查询构造器,支持各种数据库的查询构建。",
"logo": "icons/knex-logo.svg",
"urls": {
"git": "https://github.com/tgriesser/knex"
},
"tags": [ "后端" ]
},
{
"title": "Redis",
"website": "https://redis.io/",
"des": "一个开源的使用ANSI C语言编写的内存数据库。",
"logo": "icons/redis.svg",
"urls": {
"git": "https://github.com/antirez/redis",
"cn": "http://www.redis.cn/"
},
"tags": [ "后端", "数据库" ]
},
{
"title": "MySQL",
"website": "https://www.mysql.com/",
"des": "关系型数据库管理系统",
"logo": "icons/mysql.svg",
"urls": {
},
"tags": [ "后端", "数据库" ]
},
{
"title": "MariaDB",
"website": "http://mariadb.org/",
"des": "是MySQL的一个分支",
"logo": "icons/mariadb.svg",
"urls": {
"git": "https://github.com/MariaDB",
"cn": "https://mariadb.com/kb/zh-cn/mariadb/"
},
"tags": [ "后端", "数据库" ]
},
{
"title": "mongoose",
"website": "http://mongoosejs.com/docs/guide.html",
"des": "异步环境中工作的MongoDB对象建模工具。",
"logo": "icons/mongodb.svg",
"urls": {
"git": "https://github.com/Automattic/mongoose",
"cn": "http://www.nodeclass.com/api/mongoose.html",
"community": "https://stackoverflow.com/questions/tagged/mongoose"
},
"tags": [ "服务端", "后端", "数据库" ]
},
{
"title": "MongoDB",
"website": "https://www.mongodb.com/",
"des": "关系型数据库管理系统",
"logo": "icons/mongodb.svg",
"urls": {
"git": "https://github.com/mongodb",
"cn": "http://www.mongodb.org.cn/"
},
"tags": [ "后端", "数据库" ]
},
{
"title": "ElasticSearch",
"website": "https://www.elastic.co/",
"des": "一个基于分布式文件存储的数据库。",
"logo": "icons/elasticsearch.svg",
"urls": {
"git": "https://github.com/elastic/elasticsearch",
"cn": "https://www.elastic.co/cn/"
},
"tags": [ "后端", "数据库", "搜索引擎" ]
},
{
"title": "SQLite",
"website": "http://www.sqlite.org/",
"des": "一款轻型的数据库",
"logo": "icons/sqlite.svg",
"tags": [ "后端", "数据库" ]
},
{
"title": "PostgreSQL",
"website": "https://www.postgresql.org/",
"des": "对象关系型数据库管理系统",
"logo": "icons/postgresql.svg",
"urls": {
"cn": "http://www.postgres.cn/document"
},
"tags": [ "后端", "数据库" ]
},
{
"title": "WePY",
"website": "https://tencent.github.io/wepy/",
"des": "让小程序支持组件化开发的框架。",
"logo": "icons/wepy.svg",
"urls": {
"git": "https://github.com/Tencent/wepy"
},
"tags": [ "前端" ]
},
{
"title": "支付宝小程序",
"website": "https://docs.alipay.com/mini/framework/app",
"des": "是一个基于支付宝运行的程序。",
"logo": "icons/alipay-mini-app.svg",
"urls": {
"git": "https://github.com/webcoding/link"
},
"tags": [ "前端" ]
},
{
"title": "微信小程序",
"website": "https://mp.weixin.qq.com/debug/wxadoc/dev/api/",
"des": "是一个基于微信运行的程序。",
"logo": "icons/wechat-mini-app.svg",
"urls": {
"git": "https://github.com/webcoding/link"
},
"tags": [
"前端"
]
}
]