2.项目初始化配置

1.添加.gitignore

```

.DS_Store
node_modules
dist
*.log
.idea
```
2.npm init/yarn init
3.提交代码到远程仓库
至此,master分支的代码提交就此结束,后续开发是建立在dev分支上面
posted @ 2018-09-09 17:20  haines  阅读(103)  评论(0编辑  收藏  举报