SkillAgentSearch skills...

Cnode

用react重写cnode社区

Install / Use

/learn @wanzhichao/Cnode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

react+redux重写CNode社区

###安装

项目地址:(git clone

git clone https://github.com/wanzhichao/cnode.git

通过npm安装本地服务第三方依赖模块(需要已安装Node.js)

npm install

启动服务(http://localhost:3007)

npm run dev

发布代码

webpack -p然后 gulp build

###项目地址

http://1.motherday11.sinaapp.com/cnode/html/index.html#/home/main/

###目录结构

<pre> . ├── README.md ├── css // 样式文件 ├── images // 图片资源 ├── index.html // 项目入口文件 ├── package.json // 项目配置文件 ├── webpack.config.js // webpack配置文件 ├── src // 生产目录 │   ├── action // │   ├── reducer // │   ├── store // │   ├── util // 工具方法 │   ├── components // 组件 │   ├── index.js // 页面入口 │   ├── route.js // 路由配置 │   └── page // 页面 </pre>
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated7y ago
Forks1

Languages

CSS

Security Score

50/100

Audited on Jun 28, 2018

No findings