1.0.1 • Published 1 year ago

vite-plugin-vue-auto-component-name v1.0.1

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

auto-component-name

This plugin is mainly used to automatically modify component names and make the VueDevTools tool look more intuitive

Install

npm install vite-plugin-vue-auto-component-name

Configuration

// vite.config.ts
import AutoComponentName from "vite-plugin-vue-auto-component-name";

export default defineConfig(() => ({
  plugins: [
    vue(),
    AutoComponentName(),
  ]
}))

Effect

npm.io npm.io

1.0.1

1 year ago

1.0.0

1 year ago