Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/inversify-cn.js.org
InversifyJS 是一个用于 TypeScript 和 JavaScript 应用程序的轻量级 (4KB) 控制反转 (IoC) 容器。 IoC 容器使用类构造函数来识别和注入其依赖项。
https://github.com/youngjuning/inversify-cn.js.org
Last synced: about 2 months ago
JSON representation
InversifyJS 是一个用于 TypeScript 和 JavaScript 应用程序的轻量级 (4KB) 控制反转 (IoC) 容器。 IoC 容器使用类构造函数来识别和注入其依赖项。
- Host: GitHub
- URL: https://github.com/youngjuning/inversify-cn.js.org
- Owner: youngjuning
- License: mit
- Created: 2023-09-11T10:04:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:22:57.000Z (over 1 year ago)
- Last Synced: 2024-04-16T05:16:04.130Z (9 months ago)
- Language: TypeScript
- Homepage: https://inversify-cn-js-org.vercel.app
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InversifyJS
> InversifyJS 是一个用于 TypeScript 和 JavaScript 应用程序的轻量级 (4KB) 控制反转 (IoC) 容器。 IoC 容器使用类构造函数来识别和注入其依赖项。
## Development
```bash
# install dependencies
$ yarn install# start dev server
$ yarn start# build docs
$ yarn run build
```## LICENSE
MIT