https://github.com/t2ym/compat-table
Hooked ES compatibility tables
https://github.com/t2ym/compat-table
Last synced: 6 months ago
JSON representation
Hooked ES compatibility tables
- Host: GitHub
- URL: https://github.com/t2ym/compat-table
- Owner: t2ym
- Created: 2020-11-01T14:03:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T07:43:40.000Z (over 5 years ago)
- Last Synced: 2025-06-22T01:46:20.798Z (about 1 year ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hooked [ECMAScript compatibility tables](http://kangax.github.io/compat-table/es6/)
Served on GitHub Pages at [https://t2ym.github.io/compat-table/](https://t2ym.github.io/compat-table/)
# Build
```sh
git clone https://github.com/t2ym/compat-table.git
cd compat-table
git submodule update --init
npm ci
gulp
```
# Serve
```sh
gulp https # Serve at https://localhost:8080/
```