/spaDemo

react + webpack + react-router + react-redux

Primary LanguageJavaScript

DEMO

debug

	npm install
	npm run dev

访问http://localhost:3000/

build

	npm install
	npm install -g webpack
	npm run build

todoList

  1. 研究如何加入页面跳转效果
  2. 加入hot replace和live reload
  3. 优化bundle方案,对于util各页面使用率不高的公共模块进行bundle