- git clone [email protected]:duanyingkui/stores.git
- 配置虚拟主机 (ubuntu: https://blog.csdn.net/qq_33430445/article/details/79158975)
- composer install
- cp .env.example .env
- php artisan key:generate
- 修改数据库连接
- php artisan migrate (数据库迁移,不执行 )
- php artisan db:seed (数据填充,不执行)
- cnpm install(建议)/npm install
- npm run watch
- 访问 http://虚拟主机地址/wx#/ 看是否成功
- VUX 2.x:https://vux.li/#/
- ElementUI 2.2:http://element.eleme.io/2.2/#/zh-CN/component/installation
- EasyWeChat 3.x:https://www.easywechat.com/docs/3.x
- ionic icon:http://www.runoob.com/ionic/ionic-icon.html
(未完,后续补充......)
- git add .
- git commit -m "注释"
- git pull origin master
- git checkout master
- git pull
- git merge 自己分支名
- git push
- git checkout 自己分支名