Giter Site home page Giter Site logo

frankreactstudy's Introduction

FrankReactStudy

Frank React Study 安装Nodejs 升级NodeJS
npm install -g npm 创建文件夹frankreactdemo 打开CMD 进入frankreactdemo 创建package.json 项目身份证 npm init 创建webpack.config.js 配置文件:

按照config中的entry配置,创建app文件夹和main.js文件,boundle.js和build文件夹会自动创建。

全局安装webpack npm install webpack -g 本地安装 npm install --save-dev webpack

至此可以试用webpack命令。

引用bable-loader ,改写config文件。

安装babel: 先后安装 npm -install --save-dev babel-core npm -install --save-dev babel-loader npm -install --save-dev babel-preset-es2015

至此能够用webpack+babel进行自动打包和解析了。

安装react npm install --save-dev react npm install --save-dev react-dom npm install --save-dev babel-preset-react 编辑config文件。增加react的preset

至此已经完成初始配置。 结果:

frankreactstudy's People

Contributors

nightmare233 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.