1 Star 0 Fork 17

hongxiaosheng/flask-ui

forked from cmlfxz/flask-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
cmlfxz 提交于 2021-12-10 11:01 . mod task add salt
const webpack = require('webpack');
module.exports = {
configureWebpack: {
plugins: [
new webpack.ProvidePlugin({
'window.Quill': 'quill/dist/quill.js',
'Quill': 'quill/dist/quill.js'
}),
]
},
devServer: {
port: 8080,
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hongxiaosheng2021/flask-ui.git
[email protected]:hongxiaosheng2021/flask-ui.git
hongxiaosheng2021
flask-ui
flask-ui
master

搜索帮助