Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 的提案进度
- Host: GitHub
- URL: https://github.com/justjavac/esnext
- Owner: justjavac
- License: mit
- Archived: true
- Created: 2018-02-14T08:08:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T05:27:42.000Z (over 4 years ago)
- Last Synced: 2024-08-03T09:06:57.315Z (4 months ago)
- Topics: es2015, es2016, es2017, es2018, es2018-features, es6, es6-tutorial, es7, es8, es9, es9-features, javascript, tc39
- Language: CSS
- Homepage: https://esnext.justjavac.com
- Size: 471 KB
- Stars: 243
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - esnext
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) 许可协议发布。