GithubHelp home page GithubHelp logo

fe-study's Introduction

ELWG前端学习

说明

部署说明

请第一次提交代码的同学遵照以下步骤来部署你的代码(此处假设你已经注册了Github账号,安装并配置好了Git):

  1. ELWG前端学习小组任务提交处,把ITEC-ELWG/FE-Study这个项目Fork到你自己的账号。
  2. 在你自己本机上创建一个文件夹,比如命名为FE-Study,然后进入该文件夹,在文件夹中打开命令行窗口,输入以下命令(注意把中文部分替换成你自己的昵称)把远程repo克隆到本地:
    git clone https://github.com/你的Github昵称/FE-Study.git
  1. 现在在你本地应该有这样一个目录:FE-Study/你的名字全拼,进入该目录,你可以在这里面创建你的项目文件夹以及你的所有代码。再次提醒不要修改别人的文件夹
  2. 当你在本地完成你的代码后(本地多次commit),将你的本地repoPush到远程repo,然后再点Pull Request,小组管理员确认你的请求版本无误后,将Merge你提交的版本。

以后提交新的代码时,只需执行以上第4步即可。

推荐开发环境

学习帮助

  • 善用Google(Google如果被墙可以~~gg.wbb.im替代网站或者Chrome插件红杏~~代理软件土行孙(需付费)翻墙)。基本上你遇到的80%以上的技术疑问,都能在Google上找到答案,并且你提出的疑问基本上都有人在一个叫Stack Overflow的神奇网站上提问过并且有人做了很好的回答。记住:想要在技术的道路上走得更远,就不要使用某度。
  • 提高英文阅读能力。基本上所有计算机技术都是外国人发明的,所以英文的文档和说明都比较全面和精细
  • 了解某个概念。例如:*什么是Javascript?*先wiki后百度百科
  • 了解无固定答案的问题。例如:*什么是良好的编码习惯?*建议在知乎上搜索或提问
  • 遇到问题先独立思考,和同组成员一起交流讨论,多问学长学姐

代码规范

  • 记住:你的代码是写给别人看的,不是写给机器看的,请随时注意保持你的代码的可读性
  • 从头到尾保持你的编码风格一致
  • 和项目成员遵循同一种编码风格
  • 参考前端编码规范Google编码规范

推荐资料

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.