1 Star 2 Fork 0

box3/Box3-Blockly-3.0

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
CoderMeow 提交于 2024-08-15 13:53 +08:00 . .intial
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
base: "./",
plugins: [
vue({
template: {
compilerOptions: {
isCustomElement: (tag) => tag.startsWith('mdui-')
}
}
}),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/box3/Box3-Blockly-3.0.git
git@gitee.com:box3/Box3-Blockly-3.0.git
box3
Box3-Blockly-3.0
Box3-Blockly-3.0
master

搜索帮助