1 Star 0 Fork 43

小韩吃汤圆/wflow-web-next

forked from willianfu/wflow-web-next 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
willianfu 提交于 2024-04-11 14:21 . 完成流程图渲染
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import vueJsx from '@vitejs/plugin-vue-jsx'
import VueDevTools from 'vite-plugin-vue-devtools'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
vueJsx(),
VueDevTools(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
css: {
preprocessorOptions: { // css预处理器
less: {
// 引入全局的Less库,有关lib.less请看 → https://www.jianshu.com/p/b13e2a2204b2
additionalData: '@import "./src/assets/theme.less";'
},
},
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanhan131412/wflow-web-next.git
[email protected]:hanhan131412/wflow-web-next.git
hanhan131412
wflow-web-next
wflow-web-next
master

搜索帮助