1 Star 0 Fork 4

gus/CountCount

forked from 陈大帅/CountCount 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈大帅 提交于 2022-09-16 21:46 . 上传打包页面
/*
* @Date: 2022-09-16 20:32:42
* @LastEditors: BigFlower
* @LastEditTime: 2022-09-16 21:40:43
* @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()],
base: process.env.NODE_ENV === "production" ? "/count-count/" : "/",
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/gusy/count-count.git
git@gitee.com:gusy/count-count.git
gusy
count-count
CountCount
master

搜索帮助