cordova-react-redux-boilerplate

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 颜均
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

React, Redux, Ratchet, Cordova boilerplate

What's included

  • React
  • React router, React redux router
  • Redux, Redux Thunk, Redux Logger
  • Webpack, Webpack dev server
  • Ratchet (scss)
  • Cordova

Usage

Note: If you are using a windows OS, edit package.json and replace export command with SET. export is only valid in unix OS.

  • npm install to install packages
  • change config.xml ot match the project information
  • remove http://localhost:3200/ from index.html in production mode

Scripts

  • server: runs a local server on localhost:3200
  • build:webpack: build webpack modules to production mode
  • build:cordova: builds a debug version of android application
  • run:cordova: runs cordova debug application on connected device or emulator
  • build:cordova:release: builds android application in release mode

License

The project is MIT licensed.

  • 1. 运行cordova教程 [http://cordova.axuer.com/docs/zh-cn/latest/] 1.1安装Cordova CLI 在OS X和Linux上: $ sudo npm install -g cordova 在Windows上: C:\>npm install -g cordova 1.2创建App 所有后续命令都需要在项目目录或者项目目录的任何子目录运行: $

 相关资料
  • 目录 为何组件没有被重新渲染、或者 mapStateToProps 没有运行? 为何组件频繁的重新渲染? 怎样使 mapStateToProps 执行更快? 为何不在被连接的组件中使用 this.props.dispatch ? 应该只连接到顶层组件吗,或者可以在组件树中连接到不同组件吗? React Redux 为何组件没有被重新渲染、或者 mapStateToProps 没有运行? 目前来看,

  • React Redux Universal Boilerplate Introduction I started this project to learn tools like React, Redux, Webpack, babeljs.io, ES6/ES2015... I did it mainly for fun. But it will be maintained and then I

  • Universal React Redux Boilerplate A universal React/Redux boilerplate with sensible defaults. Out of the box, thisboilerplate comes with: Server-side rendering with Express Code splitting with dynamic

  • React-Redux-Enterprise A React-Redux boilerplate for enterprise web applications. Before you start with this boilerplate, please take a few minutes to read this article and see if you really need this

  • Live redux-react-starter This repository contains the minimal app to get started with redux, react, hot-reloading, async function and some other great stuffs. How to yarn 0.18+ must be present on your

  • React/Redux Links Curated tutorial and resource links I've collected on React, Redux, ES6, and more, meant to be a collection of high-quality articles and resources for someone who wants to learn abou