https://github.com/dvgis/vite-plugin-dc
Vite plugin for DC-SDK
https://github.com/dvgis/vite-plugin-dc
Last synced: 4 months ago
JSON representation
Vite plugin for DC-SDK
- Host: GitHub
- URL: https://github.com/dvgis/vite-plugin-dc
- Owner: dvgis
- License: apache-2.0
- Created: 2022-02-07T06:40:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T06:40:53.000Z (5 months ago)
- Last Synced: 2024-12-16T23:02:45.661Z (4 months ago)
- Language: TypeScript
- Size: 168 KB
- Stars: 3
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - vite-plugin-dc - Integration with @dvgis/dc-sdk library. (Plugins / Framework-agnostic Plugins)
- awesome-vite - vite-plugin-dc - Integration with @dvgis/dc-sdk library. (Plugins / Framework-agnostic Plugins)
README
# vite-plugin-dc
Vite plugin for DC-SDK## Install
```shell
npm i @dvgis/dc-sdk @dvgis/vite-plugin-dc vite -D
# yarn add @dvgis/dc-sdk @dvgis/vite-plugin-dc vite -D
```## Usage
add blow codes to `vite.config.js````js
import { defineConfig } from 'vite';
import DC from '@dvgis/vite-plugin-dc';
export default defineConfig({
plugins: [DC()]
});
```##Options
**_libPath_**
Which directory gets the dc-sdk lib
- **type** : string
- **default**: './node_modules/@dvgis/dc-sdk'**_outPath_**
Directory to export dc-sdk lib to
- **type** : string
- **default**: '/libs/dc-sdk'**_useCND_**
Whether to use cdn mode, if ture, will automatically insert references to `dc.min.js` and `dc.min.css` in index.html.
- **type** : boolean
- **default**: false## Copyright
```warning
1. The framework is a basic platform, completely open source, which can be modified and reconstructed by any individual or institution without our authorization.
2. We are not responsible for any problems arising from the modification of the framework by individuals and organizations.
3. The package released by us may be used permanently and free of charge by any person or organization subject to:
1) complete package reference;
We reserve the right of final interpretation of this copyright information.
```