Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

Reactjs 入门之 Cnodejs 单页应用

$
0
0

reactjs-cnodejs

本项目是基于 Cnodejs 的 api,采用 ReactJS 前端框架,借助 webpack 开发的单页面web应用,在线 Demo

功能简介

1.全站 UI 基于 material-ui

2.开发模式支持热加载,以及ES6语法编程

3.采用 react-router 作为单页面的路由

4.借助 Redux 保存应用状态和网站数据

引用类库

material-ui

react-hot-loader

react-router

redux

安装方法

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Viewing all articles
Browse latest Browse all 14821

Trending Articles