Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmux/koot
Koot是基于React和Koa的WEB全栈技术解决方案。
https://github.com/cmux/koot
i18n isomorphic koa react redux ssr
Last synced: 6 days ago
JSON representation
Koot是基于React和Koa的WEB全栈技术解决方案。
- Host: GitHub
- URL: https://github.com/cmux/koot
- Owner: cmux
- License: apache-2.0
- Created: 2017-05-17T09:27:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T12:35:54.000Z (5 months ago)
- Last Synced: 2024-12-14T06:06:28.979Z (13 days ago)
- Topics: i18n, isomorphic, koa, react, redux, ssr
- Language: JavaScript
- Homepage: https://koot.js.org
- Size: 16.3 MB
- Stars: 67
- Watchers: 7
- Forks: 13
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Koot.js
基于 React 和 Koa 的完整前端技术解决方案。
SSR:快速载入;SEO
易于开发:一套代码输出多端;零配置支持热更新、TS
功能丰富:多语言;按需载入;PWA;CSS 命名空间## 快速使用
1. 初始化项目
```bash
> npx koot-cli
```2. 运行开发环境
```bash
> cd [项目名] && npm run dev
```## 文档
**[查阅文档](https://koot.js.org)**
## 开源许可
_Koot.js_ 使用 _Apache 2.0_ 开源许可证
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
---