标签:user 资源 sse clone 邮箱 网络 component comm outer
1.项目创建和GitHub托管
脚手架3 跑起来
GitHub创建项目:右上角+号--填写信息
在vscode这边 git clone ‘github上的项目链接‘ ------>创建好了托管的文件,再把一些文件复制进去---->cd到要托管的文件目录下--->git add . ---->git commit -m ‘初始化项目‘ -->提示“Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name” 于是git config --global user.email "107的邮箱@qq.com" git config --global user.name "pys" ------>git push
github应用
src--assets:资源 放一些资源 img/css
src--component放公共的 组件 src下建个views把大的视图放在这里以防止组件内容过多
src-router:路由
src--store:状态管理
network:跟网络有关
common:放些公共js文件
标签:user 资源 sse clone 邮箱 网络 component comm outer
原文地址:https://www.cnblogs.com/yundong333/p/11517718.html