Przeglądaj źródła

Update README.md

tags/3.0.1
Caven Chen 2 lat temu
rodzic
commit
e98a39e49f
No account linked to committer's email address
1 zmienionych plików z 14 dodań i 0 usunięć
  1. 14
    0
      README.md

+ 14
- 0
README.md Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz