Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunnysunny/nodebook

nodejs 基础教程
https://github.com/yunnysunny/nodebook

course giscus gitbook nodejs

Last synced: about 11 hours ago
JSON representation

nodejs 基础教程

Awesome Lists containing this project

README

        

# 关于本书

这是一本关于 Node.js 技术的开放源码电子书,受到台湾nodejs社区启发编写。感谢台湾nodejs社区的前辈提供这么优秀的教程,不过台湾社区的教程已经停止了维护。为了让大家学习到这么优秀的教程,我决定将其复活,所以才有了这个项目。由于原书写作的时候Node版本是0.6,所以在写作本书的时候,借鉴了原书的目录结构,但是内容上进行了重写。
本书的线上阅读网址,与 GitHub 资料同步更新。

本书适合 Node.js初学者至进阶开发者,也欢迎您在学习时一起参与本书内容撰写。

## 源码

本书配套的源码网址如下:

## 根目录结构

- readme.md -> 本书说明
- text -> 内含各章节详细资料

## 授权

本书原采用创用CC姓名标示-非商业性授权。
**您不必为本书付费。**

**NodeBook** book is licensed under the
Attribution-NonCommercial 3.0 Unported license. **You should not have
paid for this book.**

您可以复制、散布及修改本书内容,但请勿将本书用于商业用途。

您可以在以下网址取得授权条款全文。

## 作者

- yunnysunny

## 编译

本书采用 [vuepress](https://vuepress.vuejs.org/) 进行编译,如果你想在本地编译,可以执行如下命令:

```
npm run build
```