码迷,mamicode.com
首页 > 其他好文 > 详细

vue--项目实例

时间:2019-09-13 22:36:04      阅读:107      评论:0      收藏:0      [点我收藏+]

标签: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文件

vue--项目实例

标签:user   资源   sse   clone   邮箱   网络   component   comm   outer   

原文地址:https://www.cnblogs.com/yundong333/p/11517718.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!