4 Star 8 Fork 2

mpflutter/mpflutter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
set -e
if [ -n "`which node|grep 'not found'`" ]; then
echo "please use install node or nvm"
exit 1;
fi
if [ -z "`node --version|grep v16.`" ]; then
echo "please use node 16"
exit 2;
fi
if [ -n "`which browserify|grep 'not found'`" ] || [ -n "`which tsc|grep 'not found'`" ] || [ -n "`which terser|grep 'not found'`" ]; then
echo "Install dependencies"
npm install -g browserify uglify-js typescript terser
fi
cd packages/mp_dom_runtime/
npm install
npm run build
cd packages/mp_web_features
npm install
npm run build
cd ../../
cd ../mp_kbone
npm install
npm run build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/mpflutter/mpflutter.git
git@gitee.com:mpflutter/mpflutter.git
mpflutter
mpflutter
mpflutter
master

搜索帮助