vue-component-volar
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

一个生成支持Volar插件 vue GlobalComponents 文件的工具

const vueComponentVolar = require('vue-component-volar');
vueComponentVolar({
	globs: './test/component/**/*.{vue,tsx,jsx}',
	output: './test/index.d.ts',
	prefixPath: './component',
    prefixName: 'm-',
	ignoreExt: ['tsx'],
	namingStyle: 'hyphen',
	tabWidth: 2,
	semi: true,
	singleQuote: true,
	
})

Package Sidebar

Install

npm i vue-component-volar

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

14 kB

Total Files

9

Last publish

Collaborators

  • mowenjinzhao