React 服务器端配置工具 kkt-ssr
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://gitee.com/jaywcjlove/kkt-ssr
- 软件文档: https://gitee.com/jaywcjlove/kkt-ssr
软件介绍
无需配置即可创建React服务器端工具。
快速开始
npx create-kkt-app my-app cd my-app npm start
您还可以从其中一个示例初始化项目。 例如jaywcjlove/kkt-ssr。
# Using the template method # `npx create-kkt-app my-app [-e example name]` npx create-kkt-app my-app -e react-router+rematch
or
npm install -g create-kkt-app # 创建项目,使用模板方法 create-kkt-app my-app -e react-router+rematch cd my-app # 输入my-app目录 npm start # 开始服务
开发
以开发模式运行项目。
npm run start
生产环境
将生产应用程序,构建到构建文件夹。
npm run build
构建被缩小,文件名包含哈希。 您的应用已准备好部署!
# 在生产中运行已编译的应用程序。 npm run server
示例
对于生产项目,建议使用完整的
react + react-router + rematch(redux)示例,类似于 next.js.
basic- Server-side rendering of the react base application.dynamic-loadable- A react-loadable for server side rendering for your react application.less- React uses the server side rendering of the Less based application.mock-api- Server-side rendering mock api of the React base application.reach-router + loadable-components- A reach-router loadable for server side rendering for your react application.react-router- React uses server-side rendering of the react-router.react-router + loadable-components- A react-router loadable-components for server side rendering.react-router + rematch + loadable-component- A react-router loadable-components for server side rendering.react-router+rematch- This is a sophisticated example, similar to next.js.scss- React uses the server side rendering of the sass based application.styled-components- Server-side rendering of the react styled-components base application.stylus- React uses the server side rendering of the stylus based application.unstated- React uses the server side rendering of the unstated based application.
用户力:需求驱动的产品、运营和商业模式
郝志中 / 机械工业出版社 / 2015-11-1 / 59.00
《用户力:需求驱动的产品、运营和商业模式》从用户需求角度深刻阐释了互联网产品设计、网络运营、商业模式构建的本质与方法论! 本书以“用户需求”为主线,先用逆向思维进行倒推,从本质的角度分析了用户的需求是如何驱动企业的产品设计、网络运营和商业模式构建的,将这三个重要部分进行了系统性和结构化的串联,然后用顺向思维进行铺陈,从实践和方法论的角度总结了企业究竟应该如围绕用户的真实需求来进行产品设计、网......一起来看看 《用户力:需求驱动的产品、运营和商业模式》 这本书的介绍吧!
