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

2.0.0 • Public • Published

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

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

Package Sidebar

Install

npm i vue-component-helper

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

13.7 kB

Total Files

9

Last publish

Collaborators

  • mowenjinzhao