简单的路由动画切换webpack + grunt + react + react-router + react-router-transition + react-bootstrap

#1

预览地址:https://snowy-dong.github.io/react-simple/
github源码:https://github.com/snowy-dong/react-simple

超级简单的单文件react路由框架,路由动画+react-bootstrap 组件框架 简单实用
To build the examples locally, run:

1:npm install

2:npm run start(Then open http://localhost:8080 in a browser.) or grunt serve(if you already installed grunt 自动打开浏览器 http://localhost:8000

3:grunt build(输出静态压缩文件)

1 Like
#2

你好,请教个问题!
我要怎么把项目部署的服务器上,本地服务运行完全可以!(刚接触没多久,完全不知道怎么搞)

#3

git 已经更新 npm start 可以打包文件

#4

npm run dev 运行开发环境 npm start 可以打包文件