Skip to content

Commit

Permalink
docs: add quasar vite config in install section (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
oumarbarry committed Nov 29, 2022
1 parent c1b243c commit 0b4651d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -126,7 +126,16 @@ module.exports = {
<summary>Quasar</summary><br>

```ts
// quasar.conf.js
// quasar.conf.js [Vite]
module.exports = {
vitePlugins: [
['unplugin-auto-import/vite', { /* options */ }],
],
}
```

```ts
// quasar.conf.js [Webpack]
const AutoImportPlugin = require('unplugin-auto-import/webpack')

module.exports = {
Expand Down

0 comments on commit 0b4651d

Please sign in to comment.