通过 vue-cli 生成的项目脚手架
git clone https://github.com/wayejs/waye-pro.git project-xxx
cd project-xxx
git remote remove origin
git remote add origin [新的git仓库链接]
git push -u origin master
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint