所需安装
版本可以不同,这里以vue项目所有需要的东西距离,不但是创建所需

完整步骤
1,项目的创建
PS E:\PHP\phpstudy\PHPTutorial\WWW\vue_project> vue create mall


2,在github创建项目,创建的关键是看是否在项目上创建
2.1 单独创建一个项目连接github
在github创建仓库



在编辑器上操作


2.2 在创建完的vue项目上连接github

有人会出现
git报错:‘fatal:remote origin already exists’
解决方法,先删除 git remote rm origin