Coder Social home page Coder Social logo

webpackforreact's Introduction

开发环境装commit规范的插件

npm i commitizen validate-commit-msg conventional-changelog-cli -D commitizen init cz-conventional-changelog --save --save-exact //初始化 cz命令代替commit npm i husky validate-commit-msg --save-dev //commit不合规范不能提交 需要加入下面这个json "husky":{ "hooks":{ "commit-msg":"validate-commit-msg" } },

装ts

npm i typescript -g tsc --init //初始化 ts

装 react

npm i react react-dom react-router-dom @types/react @types/react-dom @types/react-router-dom -S

装webpack

npm i webpack webpack-cli webpack-dev-server html-webpack-plugin hoist-non-react-statics -D

装ts loader

npm i typescript ts-loader source-map-loader -D

装 全局状态管理

npm i redux react-redux @types/react-redux redux-thunk redux-logger @types/redux-logger -S

webpackforreact's People

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.