1. git clone https://github.com/1536831062/Travel.git
2. vue init webpack Travel // vue 脚手架
3. npm run dev // 运行指令
4. git add . // 将本地文件提交到线上
5 git commit -m '描述'
6. git push // 本地文件提交到线上