Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justjavac/esnext

介绍最新的 ECMAScript/JavaScript 规范,以及 TC39 的提案进度
https://github.com/justjavac/esnext

es2015 es2016 es2017 es2018 es2018-features es6 es6-tutorial es7 es8 es9 es9-features javascript tc39

Last synced: about 1 month ago
JSON representation

介绍最新的 ECMAScript/JavaScript 规范,以及 TC39 的提案进度

Awesome Lists containing this project

README

        

# esnext

[![Build Status](https://travis-ci.org/justjavac/esnext.svg?branch=master)](https://travis-ci.org/justjavac/esnext)

介绍最新的 ECMAScript/JavaScript 规范,以及 TC39 的提案进度。

测试一下 https://es2018puzzlers.justjavac.com

## Getting started

安装依赖:

``` bash
$ git clone https://github.com/justjavac/esnext.git
$ cd esnext
$ npm install
```

生成:

``` bash
$ npm run build
```

启动本地服务器:

``` bash
$ npm start
```

## License

本网站基于 [hexo](https://github.com/hexojs/hexo) 搭建,使用的 navy 主题。有删改,版权归 hexo 所有。

本网站所有文字内容基于 [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0) 许可协议发布。