Skip to content

xietiansheng/auto-component-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatic generation of Vue3 component names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published