Browse Source

Update README.md

tags/3.0.1
Caven Chen 2 years ago
parent
commit
e98a39e49f
No account linked to committer's email address
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      README.md

+ 14
- 0
README.md View File

@@ -144,6 +144,20 @@ module.exports = {
}
```

`vite`

[Project Template](https://github.com/dvgis/dc-vite)

```js
// vite.config.js
import { defineConfig } from 'vite'
import DC from '@dvgis/vite-plugin-dc'

export default defineConfig({
plugins: [DC()],
})
```


## Start


Loading…
Cancel
Save