소스 검색

Update README.md

tags/3.0.1
Caven Chen 2 년 전
부모
커밋
e98a39e49f
No account linked to committer's email address
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14
    0
      README.md

+ 14
- 0
README.md 파일 보기

@@ -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…
취소
저장