瀏覽代碼

Update README_zh.md

tags/3.0.1
Caven Chen 2 年之前
父節點
當前提交
c8c7e51fe0
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 13 行新增0 行删除
  1. 13
    0
      README_zh.md

+ 13
- 0
README_zh.md 查看文件

@@ -149,6 +149,19 @@ 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()],
})
```

## 开始


Loading…
取消
儲存