2.0.0 • Published 1 year ago

@volar-plugins/vetur v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@volar-plugins/vetur

Volar plugin for VLS.

With this plugin you can use this Vetur base features in Volar:

Usage

package.json

{
  "devDependencies": {
    "@volar-plugins/vetur": "latest"
  }
}

volar.config.js

module.exports = {
	plugins: [
		require('@volar-plugins/vetur').default(),
	],
};