@wecity/gsd-charts
v1.10.9
Published
yypt vue echarts
Downloads
4
Readme
装依赖 gnpm i
启动 npm run dev
#一、初始化
git clone项目下来后,需要执行以下步骤:
git submodule add 仓库地址 路径
1、rm -rf src/common
2、git submodule init
3、git submodule update
#二、开发中 每次开发之前记得先执行
1、cd src/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 src/common
2、git pull [email protected]:yypt/yypt-echarts-common.git