Vue创建项目
搭建脚手架3
vue create supermall
在github中新建一个项目
在命令行中输入
git clone https://github.com/bradleydan/supermall.git
拷贝项目
git status
查看文件状态
git add .
添加文件
git config --global user.email "894145261@qq.com"
git config --global user.name "bradleydan"
创建基本信息
git commit -m "初始化项目"
提交到本地
git push
提交到服务器

浙公网安备 33010602011771号