Travel 项目环境配置

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  // 本地文件提交到线上

原文地址:https://www.cnblogs.com/jy13638593346/p/10939726.html