https://github.com/eperedo/browser-support
a simple vue page to display browser support warning
https://github.com/eperedo/browser-support
browsers vue
Last synced: about 2 months ago
JSON representation
a simple vue page to display browser support warning
- Host: GitHub
- URL: https://github.com/eperedo/browser-support
- Owner: eperedo
- License: mit
- Created: 2017-11-05T21:07:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T22:11:59.000Z (over 7 years ago)
- Last Synced: 2025-02-07T23:27:20.857Z (4 months ago)
- Topics: browsers, vue
- Language: JavaScript
- Homepage: https://vuewport.eperedo.com/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuewport
> a simple vue page to [display browser support warning](https://vuewport.eperedo.com/)

## 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
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).