1 Star 0 Fork 9

lee/liveplayer-vc3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
penggy 提交于 2022-02-10 10:02 . done
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import copy from 'rollup-plugin-copy'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue(), copy({
targets: [
{src: 'node_modules/@liveqing/liveplayer-v3/dist/component/liveplayer-lib.min.js', dest: 'public/js'},
]
})]
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/onlylee/liveplayer-vc3.git
[email protected]:onlylee/liveplayer-vc3.git
onlylee
liveplayer-vc3
liveplayer-vc3
master

搜索帮助