bruce-cli icon indicating copy to clipboard operation
bruce-cli copied to clipboard

A JS/React Application Automation Build Scaffold With Zero Configuration Out Of The Box

Results 8 bruce-cli issues
Sort by recently updated
recently updated
newest added

既然是想开源, 为啥不开放出来,让大家共同学习维护呢

![image](https://user-images.githubusercontent.com/12372532/109120104-7c4ef280-7780-11eb-97e2-332c53e81809.png)

> 移除publicPathProd和publicPathTest两个参数,打包文件引用路径统一使用绝对路径 请问这个绝对路径怎么配置?

![image](https://user-images.githubusercontent.com/54773058/100179273-9cb4aa00-2f10-11eb-9a20-70e2b3640d7d.png) ![image](https://user-images.githubusercontent.com/54773058/100179333-c53ca400-2f10-11eb-941a-e9b7fc95b398.png)

在导入element ui后构建会报Module parse failed: Unexpected character ' '的错,找到的答案是要webpack.config.js中module=>rules加上配置规则 在导入ant-design-vue的时候,设置按需加载要配置.babelrc or babel-loader option 所以可以自定义webpack的配置吗?

> 动态链接库构建成功 > ? 请选择构建环境 开发环境 > ? 请输入调试端口 9999 > ? 请确认是否打开浏览器 Yes > ? 请确认是否校验CSS No > ? 请确认是否校验JS No **然后出现下面错误** ![error](https://imgchr.com/i/8ALdjH) [图片地址](https://imgchr.com/i/8ALdjH)

使用 npm i -g bruce-cli进行安装的时候 如下错误