All Projects → yunnysunny → Nodebook

yunnysunny / Nodebook

nodejs 基础教程

Projects that are alternatives of or similar to Nodebook

nodejs
⛳ Node.js 应用开发课程资料
Stars: ✭ 14 (-94.19%)
Mutual labels:  course, gitbook
Prejss
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
Stars: ✭ 238 (-1.24%)
Mutual labels:  scss
Home
为推广RISC-V尽些薄力
Stars: ✭ 226 (-6.22%)
Mutual labels:  scss
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (-4.15%)
Mutual labels:  scss
Rsass
Sass reimplemented in rust with nom.
Stars: ✭ 227 (-5.81%)
Mutual labels:  scss
Android Bookmark
【资料汇总】Android 资源知识大全 http://www.yundashi168.com/articles/2018/09/12/1536725366888.html
Stars: ✭ 235 (-2.49%)
Mutual labels:  gitbook
Sass Boilerplate
A boilerplate for Sass projects using the 7-1 architecture pattern from Sass Guidelines.
Stars: ✭ 2,778 (+1052.7%)
Mutual labels:  scss
Centos Book
Web开发者手边的一本CentOS小书,是对 CentOS 系统知识的一个整理以及补完,当然对于其它 Linux 发行版本也有很大的参考意义,但的确针对的是目前 CentOS 的最新版本——CentOS 7
Stars: ✭ 241 (+0%)
Mutual labels:  gitbook
Awesome Database Learning
A list of learning materials to understand databases internals
Stars: ✭ 4,016 (+1566.39%)
Mutual labels:  course
Hugo Theme Novela
Novela, the simplest way to start publishing with Hugo and Forestry.
Stars: ✭ 230 (-4.56%)
Mutual labels:  scss
Blueprint Css
📘 Blueprint CSS is a modern responsive CSS layout library & grid built on top of CSS Grid and Flexbox.
Stars: ✭ 233 (-3.32%)
Mutual labels:  scss
Shorthand
Feature rich CSS framework for the new decade https://shorthandcss.com
Stars: ✭ 230 (-4.56%)
Mutual labels:  scss
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (-2.49%)
Mutual labels:  scss
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (-5.39%)
Mutual labels:  scss
Blog Angular
Angular 笔记
Stars: ✭ 238 (-1.24%)
Mutual labels:  scss
Static Html Webpack Boilerplate
🔮 modern tooling for old-school static webpage development
Stars: ✭ 226 (-6.22%)
Mutual labels:  scss
Aurora
An awesome blog theme
Stars: ✭ 231 (-4.15%)
Mutual labels:  scss
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+1057.26%)
Mutual labels:  scss
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (+0%)
Mutual labels:  scss
Charts.css
Open source CSS framework for data visualization.
Stars: ✭ 4,595 (+1806.64%)
Mutual labels:  scss

关于本书

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

http://nodebook.whyun.com/

本书适合 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.

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

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

http://creativecommons.org/licenses/by-nc/3.0/legalcode

作者

源码

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

https://github.com/yunnysunny/nodebook-sample

编译

本书采用 gitbook 进行编译,如果你想在本地编译,需要安装 gitbook-cli:

npm install gitbook-cli -g

然后在项目目录中运行gitbook serve即可编译生成html,并且创建一个本地预览网站,其他详细的编译参数可以参照官方文档

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].