1 Star 0 Fork 0

暮光:城中城 / ant-design-vue-bug-report

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
暮光:城中城 提交于 2021-12-04 13:08 . tree bug提交
const { resolve } = require('path')
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
server: {
host: 'local.zyplayer.com',
port: 80,
// https: true
},
base: '',
plugins: [
vue(),
],
});
JavaScript
1
https://gitee.com/zyplayer/ant-design-vue-bug-report.git
git@gitee.com:zyplayer/ant-design-vue-bug-report.git
zyplayer
ant-design-vue-bug-report
ant-design-vue-bug-report
master

搜索帮助