forked from ObjTube/front-end-roadmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# NodeJS | ||
|
||
> 可以内嵌在移动端,实现前端的混合式开发,大多数混合式开发框架都是基于 WebView 模式进行二次开发的 | ||
> NodeJS是一个基于Chrome V8的JavaScript运行环境,通常用于开发Web服务器等业务,也可以开发桌面应用,移动端应用等等。 | ||
## npm 的使用 | ||
- [NodeJS 中文入门](http://nodejs.cn/learn/) | ||
----- | ||
- [Node 入门](https://www.nodebeginner.org/index-zh-cn.html) | ||
- [七天学会 NodeJS](https://nqdeng.github.io/7-days-nodejs/) | ||
|
||
- [NPM 使用介绍-菜鸟教程](https://www.runoob.com/nodejs/nodejs-npm.html) | ||
- [npm 中文文档](https://www.npmjs.cn/) | ||
- | ||
- [package.json/package-lock.json/npm-shrinkwrap.json 的区别](https://medium.com/@hossam.hilal0/package-json-vs-package-lock-json-vs-npm-shrinkwrap-json-33fcddc1521a) | ||
## NPM的使用 | ||
|
||
## 📄 文章 | ||
> NPM是NodeJS的一个包管理器(内置),通过命令行界面来下载来自 [npmjs.com](https://npmjs.com) 的JavaScript包。你也可以通过它来测试,发布自己的JavaScript包 | ||
- [Node 中文官方文档](http://nodejs.cn/)(重点掌握常使用的几个 module:fs、http、path) | ||
- [Node 入门](https://www.nodebeginner.org/index-zh-cn.html) | ||
- [七天学会 NodeJS](https://nqdeng.github.io/7-days-nodejs/) | ||
- [NPM 使用介绍-菜鸟教程](https://www.runoob.com/nodejs/nodejs-npm.html) | ||
- [Npm 中文文档](https://www.npmjs.cn/) | ||
- [package.json/package-lock.json/npm-shrinkwrap.json 的区别](https://medium.com/@hossam.hilal0/package-json-vs-package-lock-json-vs-npm-shrinkwrap-json-33fcddc1521a) | ||
|
||
## 项目实践 | ||
|
||
- [node best practices](https://github.com/goldbergyoni/nodebestpractices) | ||
- [企业级框架-Egg.js](https://eggjs.org/) | ||
- [Node Best Practices](https://github.com/goldbergyoni/nodebestpractices) | ||
- [企业级框架 Egg.js](https://eggjs.org/) | ||
|
||
### 📚 书籍 | ||
|
||
- 《深入浅出 Node》 | ||
- 《NodeJs 实战》 | ||
- 《NodeJs 实战》 |