https://github.com/gluons/browserslist-config-vue
🔎 A @browserslist shareable config for @vuejs.
https://github.com/gluons/browserslist-config-vue
browserslist browserslist-config vue vuejs
Last synced: about 1 year ago
JSON representation
🔎 A @browserslist shareable config for @vuejs.
- Host: GitHub
- URL: https://github.com/gluons/browserslist-config-vue
- Owner: gluons
- License: mit
- Created: 2018-01-19T17:24:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T13:26:51.000Z (about 6 years ago)
- Last Synced: 2025-05-22T16:04:11.917Z (about 1 year ago)
- Topics: browserslist, browserslist-config, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# browserslist-config-vue
[](./LICENSE)
[](https://www.npmjs.com/package/browserslist-config-vue)
[](https://www.npmjs.com/package/browserslist-config-vue)
🔎 A [Browserslist](https://github.com/ai/browserslist) shareable config for [Vue](https://vuejs.org/).
## Installation
**Via [npm](https://www.npmjs.com/):**
```bash
npm install --save-dev browserslist-config-vue
```
**Via [Yarn](https://yarnpkg.com/):**
```bash
yarn add --dev browserslist-config-vue
```
## Usage
**In your `package.json`:**
```json
{
"browserslist": [
"extends browserslist-config-vue"
]
}
```
**Or just add this line into your Browserslist config file:**
```
extends browserslist-config-vue
```