We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在开发低代码引擎的设置器,官方的脚手架工具是这个,它用的就是@alib/build-scripts的版本是0.1.32。 目前我找不到build-scripts的文档,build.json如下 执行build-scripts start会报错: 现在开发要调用接口,怎么办
The text was updated successfully, but these errors were encountered:
在build.lowcode.js配置devServer中的proxy,关键代码如下:
build.lowcode.js
devServer
proxy
module.exports = { devServer: { proxy: { '/api/': { target: 'https://xxx.xxxxxx.com/', changeOrigin: true } } }, };
Sorry, something went wrong.
No branches or pull requests
我在开发低代码引擎的设置器,官方的脚手架工具是这个,它用的就是@alib/build-scripts的版本是0.1.32。
目前我找不到build-scripts的文档,build.json如下
执行build-scripts start会报错:
现在开发要调用接口,怎么办
The text was updated successfully, but these errors were encountered: