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

https://github.com/yanhaijing/basejs

JavaScript简易教程
https://github.com/yanhaijing/basejs

Last synced: 4 months ago
JSON representation

JavaScript简易教程

Awesome Lists containing this project

README

        

basejs
======

JavaScript简易教程

## 发布
依赖node8,安装grunt-cli

```bash
npm install -g [email protected]
```

安装依赖

```bash
npm i --registry=https://registry.npm.taobao.org
```

生成manifest

```bash
grunt
```