https://github.com/mrseanbaines/support-checker
WIP: Browser support checker using caniuse.com data
https://github.com/mrseanbaines/support-checker
browser-support caniuse vue vue-resource vue-router vuex
Last synced: about 2 months ago
JSON representation
WIP: Browser support checker using caniuse.com data
- Host: GitHub
- URL: https://github.com/mrseanbaines/support-checker
- Owner: mrseanbaines
- Created: 2018-04-06T21:31:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T08:42:57.000Z (about 8 years ago)
- Last Synced: 2025-03-20T05:27:44.308Z (over 1 year ago)
- Topics: browser-support, caniuse, vue, vue-resource, vue-router, vuex
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP: Support Checker
> A tool to allow searching for properties and features that aren't
supported by a chosen browser version
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```