Git Product home page Git Product logo

programing-in-javascript's Introduction

Programing in Javascript

这是一本开源的Javascript编程指南。内容从最简单的语法基础,到复杂的框架编写、项目自动化,都有覆盖。这本开源书籍大致分为三个部分:Javacsript核心基础、浏览器编程、NodeJS环境编程。也希望大家能共同编写!

阅读入口: http://pij.robinqu.me/

Buildbot

Built with Grunt

master分支是书籍的工程项目,运用Grunt和一些自任务来完成转译、上传等任务。

安装依赖

npm install
npm install grunt-cli -g

转译任务

grunt build

Markdwon转换为HTML。输出文件将会保存在dist目录。

发布任务

前置任务为build任务。

grunt publish

由于发布是发布到该git repo,非contributor是无法发布成功的。

预览任务

开启开发服务器,预览生成后的结果。

grunt preview

Contributions

非常欢迎大家一起来写完这本书!请直接联系我来获取合作。

有两方面大家可以来帮忙:

  • 来抓bug:文章勘误、演示代码更正等等
  • 补充内容
    • 对于某个主题,你希望添加内容
    • 或者你觉得你可以自主写一些相关主题
    • 或是你已经写过相关主题,我也很希望能够直接收录优秀的好文章!

大家也可以直接Fork项目,然后通过PullRequest来提交任何修改。

programing-in-javascript's People

Contributors

robinqu avatar perry14 avatar johnqing avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.