https://github.com/geoffdutton/diagnose-my-browser
https://github.com/geoffdutton/diagnose-my-browser
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geoffdutton/diagnose-my-browser
- Owner: geoffdutton
- Created: 2020-03-12T04:48:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T04:49:06.000Z (over 6 years ago)
- Last Synced: 2025-01-20T11:13:01.034Z (over 1 year ago)
- Language: JavaScript
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diagnose-my-browser
Purpose: To quickly verify user agents of various devices that don't give you a quick way to view the dev console.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).