Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/patterns.js.org
现代 Web 应用设计模式
https://github.com/youngjuning/patterns.js.org
patterns react
Last synced: about 2 months ago
JSON representation
现代 Web 应用设计模式
- Host: GitHub
- URL: https://github.com/youngjuning/patterns.js.org
- Owner: youngjuning
- License: mit
- Created: 2023-07-24T06:57:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:33:27.000Z (over 1 year ago)
- Last Synced: 2024-04-16T05:16:04.327Z (9 months ago)
- Topics: patterns, react
- Language: TypeScript
- Homepage: https://patterns.js.org
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patterns
> 用于使用原生 JavaScript 和 React 构建强大的 Web 应用程序的设计模式。
## Development
```bash
# install dependencies
$ yarn install# start dev server
$ yarn start# build docs
$ yarn run build
```## LICENSE
MIT