Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huijiewei/resolid
使用 Remix 驱动的全栈网站,展示使用现代 Web 技术构建高性能、可扩展和用户友好的 Web 应用程序的最佳实践。
https://github.com/huijiewei/resolid
nodejs react remix-run typescript vite
Last synced: 18 days ago
JSON representation
使用 Remix 驱动的全栈网站,展示使用现代 Web 技术构建高性能、可扩展和用户友好的 Web 应用程序的最佳实践。
- Host: GitHub
- URL: https://github.com/huijiewei/resolid
- Owner: huijiewei
- License: mit
- Created: 2024-02-21T13:22:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T06:11:27.000Z (8 months ago)
- Last Synced: 2024-04-14T06:53:51.840Z (8 months ago)
- Topics: nodejs, react, remix-run, typescript, vite
- Language: TypeScript
- Homepage: https://resolid.tech
- Size: 3.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ![Resolid](.github/assets/resolid.svg)
使用 [Remix](https://remix.run) 驱动的全栈网站,展示使用现代 Web 技术构建高性能、可扩展和用户友好的 Web 应用程序的最佳实践。
[![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://react.dev)
[![Remix](https://img.shields.io/badge/Remix-000000?style=flat&logo=remix&logoColor=white)](https://remix.run)
[![Vite](https://img.shields.io/badge/Vite-B73BFE?style=flat&logo=vite&logoColor=FFD62E)](https://vitejs.dev)
[![NodeJS](https://img.shields.io/badge/Node.js-339933?style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org)
[![MySQL](https://img.shields.io/badge/MySQL-005C84?style=flat&logo=mysql&logoColor=white)](https://www.mysql.com/)
[![PNPM](https://img.shields.io/badge/PNPM-F28D1A?style=flat&logo=pnpm&logoColor=white)](https://pnpm.io)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org)## 网站
访问 [resolid.tech](https://www.resolid.tech).
## 子项目
| 包名 | 介绍 |
|----------------------------------------------------|-----------------|
| [@resolid/config](./packages/config) | 通用配置包 |
| [@resolid/framework](./packages/framework) | 核心框架包 |
| [@resolid/react-ui](./packages/react-ui) | React UI 组件包 |
| [@resolid/mdx-plugins](./packages/mdx-plugins) | MDX 插件扩展包 |
| [@resolid/remix-plugins](./packages/remix-plugins) | Remix 插件扩展包 |
| [@resolid/tailwind](./packages/tailwind) | TailwindCSS 预设包 |
| [@resolid/utils](./packages/utils) | 基础工具包 |## 贡献指南
查看 [CONTRIBUTING.md](./CONTRIBUTING.md).
## 开源协议
[MIT](./LICENSE).
## 致谢
感谢 JetBrains 提供 [开源开发许可证](https://jb.gg/OpenSourceSupport).
![JetBrain](.github/assets/jetbrain.svg)