0.0.3 • Published 5 months ago

@mwork-plugins/vite v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@mwork-plugins/vite

Plugins

VueTemplateLog

vue 文件中的函数增加 log, 方便开发者查询对应文件位置。

options

名称类型描述默认值
enable{Boolean}是否开loader默认值: false
events{Array}哪些事件需要增加log默认值: []

使用案例

import { vueTemplateLog } from '@mwork-plugins/vite';
// vite.config.js
export default defineConfig({
  plugins: [
    vueTemplateLog({
      enable: true,
      events: ['ok', 'click']
    })
  ]
});
0.0.3

5 months ago

0.0.2

6 months ago

0.0.1

6 months ago