Skip to content

webpack + typescript + react + redux + react-router (单页路由解决方案)

Notifications You must be signed in to change notification settings

l745230/typescript-react-redux-react-router

 
 

Repository files navigation

webpack + typescript + react + redux + react-router

全局需要安装的环境

 nodejs
 
 npm install cnpm -g

 npm install webpack -g

 npm install typescript -g

 npm install tsd -g
 

开发完成构建工具 fis3 百度前端构建工具 (选装)

 npm install fis3 -g
 

使用

npm install 

tsd install 

运行

 npm run dev 
 

在线文档

https://yedegesong.gitbooks.io/typescript-react-redux-react-router/content/

About

webpack + typescript + react + redux + react-router (单页路由解决方案)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.7%
  • TypeScript 27.1%
  • HTML 18.4%
  • JavaScript 1.8%