Selaa lähdekoodia

Update README.md

tags/3.0.1
Caven Chen 2 vuotta sitten
vanhempi
commit
e98a39e49f
No account linked to committer's email address
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14
    0
      README.md

+ 14
- 0
README.md Näytä tiedosto

@@ -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…
Peruuta
Tallenna