Skip to content

Commit 2c2268c

Browse files
committed
docs: remove vue cli
1 parent 64cf77f commit 2c2268c

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -139,35 +139,6 @@ module.exports = {
139139
140140
<br></details>
141141

142-
<details>
143-
<summary>Vue CLI</summary><br>
144-
145-
```ts
146-
// vue.config.js
147-
module.exports = {
148-
/* ... */
149-
plugins: [
150-
require('unplugin-auto-import/webpack')({ /* options */ }),
151-
],
152-
}
153-
```
154-
155-
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`):
156-
```ts
157-
// vue.config.mjs
158-
import AutoImport from 'unplugin-auto-import/webpack'
159-
160-
export default {
161-
configureWebpack: {
162-
plugins: [
163-
AutoImport({ /* options */ }),
164-
],
165-
},
166-
}
167-
```
168-
169-
<br></details>
170-
171142
<details>
172143
<summary>Quasar</summary><br>
173144

0 commit comments

Comments
 (0)