Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtstack/ko
Project toolkit for React Applications
https://github.com/dtstack/ko
babel eslint ko prettier webpack
Last synced: 3 days ago
JSON representation
Project toolkit for React Applications
- Host: GitHub
- URL: https://github.com/dtstack/ko
- Owner: DTStack
- Created: 2018-12-20T09:11:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T03:01:34.000Z (4 days ago)
- Last Synced: 2024-12-23T03:24:56.607Z (4 days ago)
- Topics: babel, eslint, ko, prettier, webpack
- Language: JavaScript
- Homepage: https://dtstack.github.io/ko/
- Size: 22.4 MB
- Stars: 28
- Watchers: 8
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
KO
Simple, yet powerful, tool for managing your react applications
English | [简体中文](./README_CN.md)
## Features* Support building applications on top of **webpack v5** and **esbuild**
* Customize ko to work exactly the way you need it for your applications
* Built-in popular linting tools to lint your source code
* Built-in support typescript## Installation
You can install ko using npm, yarn or pnpm:
``` bash
npm install ko --save-dev
# or
yarn add ko --dev
# or
pnpm add ko --save-dev
```## Documents
* [Introduction](https://dtstack.github.io/ko/zh-CN/docs/current/introduction)
* [Getting Started](https://dtstack.github.io/ko/zh-CN/docs/current/getting-started)
* [FAQ](https://dtstack.github.io/ko/zh-CN/docs/current/FAQ)## Contributing
We'd love to have your helping hand on `ko`! See [CONTRIBUTING](./CONTRIBUTING.md) for more information on how to get started.
## License
Copyright © DTStack. All rights reserved.
Licensed under the MIT license.