# javascript-study **Repository Path**: sbackerman/javascript-study ## Basic Information - **Project Name**: javascript-study - **Description**: 学习JavaScript - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-21 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javascript Study ## 模板参考 ```bash 1> 新建相应的仓库 比如: https://gitee.com/sbackerman/javascript-study.git 2> 切换到相应的目录 cd H:\study\javascript 3> 绑定git的操作 git init git remote add origin https://gitee.com/sbackerman/javascript-study.git git config credential.helper store git pull origin master git add . && git commit -m 'initial project' git push --set-upstream origin master 4> npm init -y 5> 配置 browser-sync start --server --files '**/*.css, **/*.html,**/*.js' ``` ## 参考资料 [文档][1] [1]: https://houdunren.gitee.io/note/js/1%20%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86.html