上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页
摘要: 1、获取菜单对象 2、获取实际页面module 3、获取默认路由 4、获取menus menuTree: 集合,里面包含一个nav,一个对应该nav的菜单item [{"nav01": [nav01.menus01]},{"nav02": [nav01.menus02]}]; navigators: 阅读全文
posted @ 2018-07-19 19:23 Nyan 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 1、page js 2、style 阅读全文
posted @ 2018-07-19 15:41 Nyan 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 1、样式 2、js文件 3、数据 阅读全文
posted @ 2018-07-18 19:54 Nyan 阅读(1200) 评论(0) 推荐(0) 编辑
摘要: 1、the simple sample action: 事实上,只是返回个一个至少包含type的对象{ },用于reducer接收。 reducer:对应某个actionType有相应的数据返回 use: 2、Async Action Helpers use: result: 3、More soph 阅读全文
posted @ 2018-07-16 10:27 Nyan 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1.actionTpye 2.create action: 3.modal reducer: 4.use detailMapping: 6. modal: 阅读全文
posted @ 2018-06-29 16:15 Nyan 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1.checkbox event: 2.checkbox html: 阅读全文
posted @ 2018-06-26 17:07 Nyan 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1. login form 2. index.scss 阅读全文
posted @ 2018-06-25 16:25 Nyan 阅读(929) 评论(0) 推荐(0) 编辑
摘要: const path = require('path'); const webpack = require('webpack'); const jquery = require('jquery'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const ExtractTextPlugin = require("extrac... 阅读全文
posted @ 2018-06-21 14:33 Nyan 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1、install simditor 2、import simditor && scss 阅读全文
posted @ 2018-05-16 15:10 Nyan 阅读(391) 评论(0) 推荐(0) 编辑
摘要: store: rootReducer: counterReducer: actionType: export const INCREMENT = 'INCREMENT';export const DECREMENT = 'DECREMENT'; Counter: counterAction: use 阅读全文
posted @ 2018-04-16 14:35 Nyan 阅读(338) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页