Coder Social home page Coder Social logo

es6-lessons's Introduction

es6-lessons

最简单的ES6学习环境,请使用 最新 Chrome 浏览器,最差也要使用 360安全浏览器9.1以上版本(它的webkit内核是55)

欢迎学习 ES6 零基础实战课程,手机扫描二维码:

ES6实战课程

如何使用

  1. 下载

    git clone [email protected]:cucygh/es6-lessons.git

如果还不了解git的同学,不要犯懒,请移步 Git基本操作。Git操作是前端开发从业人员的必备技能,相信你可以的。

  1. 安装

    • Windows

      如果安装了Git,会有个Gitbash命令行,打开它尽情使用吧

      cd es6-lessons
      npm install
      npm install webpack webpack-dev-server -g
    • Mac

      Mac的同学使用Item或者Item2,好用的很

      cd es6-lessons
      npm install
      npm install webpack webpack-dev-server -g
  2. 使用

    a. 在命令行执行

    npm start

    b. 在浏览器输入 http://localhost:9000

    c. 去 index.js 去编写代码吧,浏览器会自动刷新,不要忘了打开Chrome浏览器调试面板看输出。(按F12即可)

    let log=(item)=>{console.log(item)};
    log('我要学习ES6')

    d. 如果在Chrome浏览器的调试面板console中看到 我要学习ES6,恭喜你已经运行成功了。

帮助

想测试任何ES6的语法,直接在index.js写,在Chrome面板调试看结果就好。

更多教程

除了给大家搭建最简单的构建环境,还编写了很多好玩的教程,有实例有代码,不容错过。移步 ES6教程目录

es6-lessons's People

Contributors

cucygh avatar

Watchers

 avatar

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.