Ai
2 Star 8 Fork 5

陈大帅/CountCount

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
bigflowerfat 提交于 2022-10-08 14:52 +08:00 . 更新文档;dist;
/*
* @Date: 2022-09-16 20:32:42
* @LastEditors: csh
* @LastEditTime: 2022-10-08
* @FilePath: /count-count/vite.config.js
* @Description: Do not edit
*/
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
server: {
host: '0.0.0.0'
},
base: process.env.NODE_ENV === "production" ? "/count-count/" : "/",
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/bigflowerfat/count-count.git
git@gitee.com:bigflowerfat/count-count.git
bigflowerfat
count-count
CountCount
master

搜索帮助