Skip to content

Latest commit

History

History
38 lines (27 loc) 路 956 Bytes

README.md

File metadata and controls

38 lines (27 loc) 路 956 Bytes

browserslist-config-vue

license npm npm

馃攷 A Browserslist shareable config for Vue.

Installation

Via npm:

npm install --save-dev browserslist-config-vue

Via Yarn:

yarn add --dev browserslist-config-vue

Usage

In your package.json:

{
	"browserslist": [
		"extends browserslist-config-vue"
	]
}

Or just add this line into your Browserslist config file:

extends browserslist-config-vue