An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# browserslist-config-vue
[![license](https://img.shields.io/github/license/gluons/browserslist-config-vue.svg?style=flat-square)](./LICENSE)
[![npm](https://img.shields.io/npm/v/browserslist-config-vue.svg?style=flat-square)](https://www.npmjs.com/package/browserslist-config-vue)
[![npm](https://img.shields.io/npm/dt/browserslist-config-vue.svg?style=flat-square)](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
```