Ai
2 Star 0 Fork 1

BlueSky/vue-low-code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
F_喜欢足球 提交于 2022-01-24 11:29 +08:00 . 开发文本框组件
/**
* @type {import('@vue/cli-service').ProjectOptions}
*/
module.exports = {
publicPath: './',
outputDir: 'sky-lowcode',
devServer: {
port: '2000',
host: '0.0.0.0',
open: true
},
css: {
loaderOptions: {
less: {
javascriptEnabled: true
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/laihui1018/vue-low-code.git
git@gitee.com:laihui1018/vue-low-code.git
laihui1018
vue-low-code
vue-low-code
master

搜索帮助