@wecity/gsd-mp-charts
v1.0.28
Published
小程序图表
Downloads
5
Maintainers
Keywords
Readme
#一、初始化
git clone项目下来后,需要执行以下步骤:
1、rm -rf common
2、git submodule init
3、git submodule update
#二、开发中 每次开发之前记得先执行
1、cd common
2、git pull [email protected]:yypt/yypt-echarts-common.git
修改内容后像往常一样提交即可 git push
如果git push无效,可以进入 cd src/common 然后 git push,最后在回退 cd ../../,然后执行git push
一定要留意submodule的变更,先git status
若发现 submodule 有修改,需立即执行
git submodule update
如果更新不了,可以直接执行下列命令
1、cd common
2、git pull [email protected]:yypt/yypt-echarts-common.git
发包步骤:
gnpm publish
其他
为当前工程添加submodule,命令如下: git submodule add 仓库地址 路径
git rm --cached path_to_submodule 删除指定模块的文件