File tree Expand file tree Collapse file tree 8 files changed +42
-4
lines changed Expand file tree Collapse file tree 8 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1
1
Express 备忘清单
2
2
===
3
3
4
- 这是用于 Node.js 的快速、不拘一格、极简主义的 Web 框架,包含 [ Express.js] ( http://expressjs.com/ ) 的 API 参考列表和一些示例。
4
+ [ ![ NPM version] ( https://img.shields.io/npm/v/express.svg?style=flat )] ( https://npmjs.org/package/express )
5
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/express.svg?style=flat )] ( https://www.npmjs.com/package/express )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/expressjs/express )] ( https://github.com/expressjs/express/network/dependents )
7
+ [ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/expressjs/express )
8
+
9
+ 这是用于 Node.js 的快速、不拘一格、极简主义的 Web 框架,包含 [ Express.js] ( http://expressjs.com/ ) 的 API 参考列表和一些示例
10
+ <!-- rehype:style=padding-top: 12px;-->
5
11
6
12
入门
7
13
---
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Jest 备忘清单
7
7
[ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/facebook/jest )
8
8
9
9
Jest 是一款优雅、简洁的 JavaScript 测试框架,这里介绍了它的入门和 一些 API 的索引
10
+ <!-- rehype:style=padding-top: 12px;-->
10
11
11
12
入门
12
13
----
Original file line number Diff line number Diff line change 1
1
Koajs 备忘清单
2
2
===
3
3
4
- 基于 Node.js 平台的下一代 web 开发框架,包含 [ Koa] ( https://koajs.com/ ) 的 API 参考列表和一些示例。
4
+ [ ![ NPM version] ( https://img.shields.io/npm/v/koa.svg?style=flat )] ( https://npmjs.org/package/koa )
5
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/koa.svg?style=flat )] ( https://www.npmjs.com/package/koa )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/koajs/koa )] ( https://github.com/koajs/koa/network/dependents )
7
+ [ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/koajs/koa )
8
+
9
+ 基于 Node.js 平台的下一代 web 开发框架,包含 [ Koa] ( https://koajs.com/ ) 的 API 参考列表和一些示例
10
+ <!-- rehype:style=padding-top: 12px;-->
5
11
6
12
入门
7
13
---
Original file line number Diff line number Diff line change 1
1
Lerna 备忘清单
2
2
===
3
3
4
- 本备忘单旨在快速理解 [ Lerna v6] ( https://github.com/lerna/lerna ) 所涉及的主要概念,显示了它的常用命令使用清单。
4
+ [ ![ NPM version] ( https://img.shields.io/npm/v/lerna.svg?style=flat )] ( https://www.npmjs.com/package/lerna )
5
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/lerna.svg?style=flat )] ( https://www.npmjs.com/package/lerna )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/lerna/lerna/nest )] ( https://github.com/lerna/lerna/nest/network/dependents )
7
+ [ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/lerna/lerna/nest )
8
+
9
+ 本备忘单旨在快速理解 [ Lerna v6] ( https://github.com/lerna/lerna ) 所涉及的主要概念,显示了它的常用命令使用清单
10
+ <!-- rehype:style=padding-top: 12px;-->
5
11
6
12
入门
7
13
----
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Less 备忘清单
3
3
4
4
[ ![ NPM version] ( https://img.shields.io/npm/v/less.svg?style=flat )] ( https://npmjs.org/package/less )
5
5
[ ![ Downloads] ( https://img.shields.io/npm/dm/less.svg?style=flat )] ( https://www.npmjs.com/package/less )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/nestjs/nest )] ( https://github.com/less/less.js/network/dependents )
6
7
[ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/less/less.js )
7
8
8
9
本备忘单旨在快速理解 [ Less] ( https://github.com/less/less.js ) 所涉及的主要概念,显示了它的常用方法使用清单
Original file line number Diff line number Diff line change 1
1
NestJS 备忘清单
2
2
===
3
3
4
+ [ ![ NPM version] ( https://img.shields.io/npm/v/@nestjs/core.svg?style=flat )] ( https://www.npmjs.com/package/@nestjs/core )
5
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@nestjs/core.svg?style=flat )] ( https://www.npmjs.com/package/@nestjs/core )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/nestjs/nest )] ( https://github.com/nestjs/nest/network/dependents )
7
+ [ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/nestjs/nest )
8
+
4
9
[ NestJS] ( https://docs.nestjs.com/ ) 是一个用于构建高效、可扩展的 Node.js 服务器端应用程序的开发框架
10
+ <!-- rehype:style=padding-top: 12px;-->
5
11
6
12
创建应用
7
13
---
Original file line number Diff line number Diff line change 1
1
PM2 备忘清单
2
2
===
3
3
4
+ [ ![ NPM version] ( https://img.shields.io/npm/v/pm2.svg?style=flat )] ( https://npmjs.org/package/pm2 )
5
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/pm2.svg?style=flat )] ( https://www.npmjs.com/package/pm2 )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/Unitech/pm2 )] ( https://github.com/Unitech/pm2/network/dependents )
7
+ [ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/Unitech/pm2 )
8
+
4
9
[ PM2] ( https://pm2.keymetrics.io/ ) 是一个守护进程管理器,它将帮助您管理和保持您的应用程序在线。PM2 入门非常简单,它以简单直观的 CLI 形式提供
10
+ <!-- rehype:style=padding-top: 12px;-->
5
11
6
12
入门
7
13
-----
Original file line number Diff line number Diff line change 1
1
Vue 3 备忘清单
2
2
===
3
3
4
- 渐进式 JavaScript 框架 [ Vue 3] ( https://cn.vuejs.org/ ) 备忘清单的快速参考列表,包含常用 API 和示例。
4
+ [ ![ NPM version] ( https://img.shields.io/npm/v/vue.svg?style=flat )] ( https://npmjs.org/package/vue )
5
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/vue.svg?style=flat )] ( https://www.npmjs.com/package/vue )
6
+ [ ![ Repo Dependents] ( https://badgen.net/github/dependents-repo/vuejs/core )] ( https://github.com/vuejs/core/network/dependents )
7
+ [ ![ Github repo] ( https://badgen.net/badge/icon/Github?icon=github&label )] ( https://github.com/vuejs/core )
8
+
9
+ 渐进式 JavaScript 框架 [ Vue 3] ( https://cn.vuejs.org/ ) 备忘清单的快速参考列表,包含常用 API 和示例
10
+ <!-- rehype:style=padding-top: 12px;-->
5
11
6
12
入门
7
13
---
You can’t perform that action at this time.
0 commit comments