1 Star 0 Fork 1

77/fontManage

forked from 杨胜锋/fontManage 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vite.config.ts 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨胜锋 提交于 2023-11-18 00:26 . 初始化
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import path from 'path';
//@ts-ignore
import { cepBuildJsx } from "./plugins/cepBuildJsx"
// https://vitejs.dev/config/
export default defineConfig({
server: {
port: 5174,
},
base: './',
plugins: [
cepBuildJsx({
root: __dirname,
input: 'src/jsx/index.ts',
output: 'dist/jsx/index.js',
}),
vue()
],
resolve: {
alias: {
"@": path.resolve("./src"),
'@plugins': path.resolve(__dirname, './plugins')
}
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maplesnow77/font-manage.git
[email protected]:maplesnow77/font-manage.git
maplesnow77
font-manage
fontManage
main

搜索帮助