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 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T08:42:57.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T07:07:55.381Z (3 months ago)
- Topics: browser-support, caniuse, vue, vue-resource, vue-router, vuex
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- 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
```