This package has been deprecated

Author message:

WARNING: This project has been renamed to volar-service-vetur. Install using volar-service-vetur instead.

@volar-plugins/vetur
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@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(),
	],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @volar-plugins/vetur

Weekly Downloads

2,738

Version

2.0.0

License

MIT

Unpacked Size

12.7 kB

Total Files

6

Last publish

Collaborators

  • johnsoncodehk
  • patarapolw