摘要: #提交修改三步add 、commit、 push。 git pull git add . git commit -m '更新注释' git push ################git 切换到某一版本############ git checkout dev git log #find a po 阅读全文
posted @ 2019-05-31 09:52 Z十六画生 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1.安装 npm install -g @vue/cli 2.检查安装 vue -V 3.创建项目 vue create project_name 出现下图信息 在目录里加入了3个文件.env.development 开发环境文件.env.production 线上环境文件 在上边3个文件中:使用V 阅读全文
posted @ 2019-05-31 09:47 Z十六画生 阅读(1729) 评论(0) 推荐(0) 编辑