Skip to content

Commit 55e31f4

Browse files
committed
docs: remove vue cli
1 parent d4b89d5 commit 55e31f4

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ On-demand components auto importing for Vue.
88

99
- 💚 Supports Vue 3 out-of-the-box.
1010
- ✨ Supports both components and directives.
11-
- ⚡️ Supports Vite, Webpack, Rspack, Vue CLI, Rollup, esbuild and more, powered by <a href="https://github.com/unjs/unplugin">unplugin</a>.
11+
- ⚡️ Supports Vite, Webpack, Rspack, Rollup, Rolldown, esbuild and more, powered by <a href="https://github.com/unjs/unplugin">unplugin</a>.
1212
- 🏝 Tree-shakable, only registers the components you use.
1313
- 🪐 Folder names as namespaces.
1414
- 🦾 Full TypeScript support.
@@ -120,37 +120,6 @@ You might not need this plugin for Nuxt. Use [`@nuxt/components`](https://github
120120

121121
<br></details>
122122

123-
<details>
124-
<summary>Vue CLI</summary><br>
125-
126-
```ts
127-
// unplugin-vue-components removed support for CommonJS after version 29.1.0
128-
// vue.config.js
129-
module.exports = {
130-
/* ... */
131-
plugins: [
132-
require('unplugin-vue-components/webpack')({ /* options */ }),
133-
],
134-
}
135-
```
136-
137-
You can also rename the Vue configuration file to `vue.config.mjs` and use static import syntax (you should use latest `@vue/cli-service ^5.0.8`):
138-
139-
```ts
140-
// vue.config.mjs
141-
import Components from 'unplugin-vue-components/webpack'
142-
143-
export default {
144-
configureWebpack: {
145-
plugins: [
146-
Components({ /* options */ }),
147-
],
148-
},
149-
}
150-
```
151-
152-
<br></details>
153-
154123
<details>
155124
<summary>Quasar</summary><br>
156125

0 commit comments

Comments
 (0)