-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 881 Bytes
/
index.html
File metadata and controls
36 lines (35 loc) · 881 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>i5ting</title>
<link type="text/css" rel="stylesheet" href="github/assets/css/github-markdown.css">
<link type="text/css" rel="stylesheet" href="github/assets/css/pilcrow.css">
<link type="text/css" rel="stylesheet" href="github/assets/css/hljs-github.min.css"/>
</head>
<body>
<article class="markdown-body">
<h1 id="node-js-">Node.js技术栈推荐</h1>
<p>Node.js技术栈推荐</p>
<ul>
<li><a href="./2016.html">2016</a><ul>
<li>koa</li>
<li>mongoose</li>
<li>ava</li>
<li>bluebird</li>
<li>vscode</li>
</ul>
</li>
<li><a href="./2015.html">2015</a><ul>
<li>express</li>
<li>mongoose</li>
<li>ava</li>
<li>bluebird</li>
<li>node-inspector</li>
</ul>
</li>
</ul>
</article>
</body>
</html>