1.0.3 ā€¢ Published 6 years ago

browserslist-config-vue v1.0.3

Weekly downloads
20
License
MIT
Repository
github
Last release
6 years ago

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