Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomeluce/rapidify-react
Scaffolding for rapid front and back development based on react antd-ui pinia typescript
https://github.com/pomeluce/rapidify-react
antd rapidify react react-cli react-hooks react-router typescript unocss vite zustand
Last synced: 16 days ago
JSON representation
Scaffolding for rapid front and back development based on react antd-ui pinia typescript
- Host: GitHub
- URL: https://github.com/pomeluce/rapidify-react
- Owner: pomeluce
- License: gpl-3.0
- Created: 2024-03-14T03:09:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T15:53:43.000Z (10 months ago)
- Last Synced: 2024-04-14T16:07:20.212Z (10 months ago)
- Topics: antd, rapidify, react, react-cli, react-hooks, react-router, typescript, unocss, vite, zustand
- Language: TypeScript
- Homepage:
- Size: 9.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 简介
[rapidify-react](https://github.com/pomeluce/rapidify-react) 是一个开源的, 基于 [react](https://github.com/facebook/react)、[vite](https://github.com/vitejs/vite)、 [shadcn/ui](https://ui.shadcn.com/)、[typescript](https://www.typescriptlang.org/)、[tauri](https://tauri.app) 的桌面端开发脚手架,它使用了最新的前端技术栈,并提供了常用的客户端组件和软件基本结构,提升软件开发效率。
## 文档
```
待完善
```## 准备
- [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境
- [vite](https://vitejs.dev/) - 熟悉 vite 特性
- [react](https://github.com/facebook/react) - 熟悉 React 基础语法
- [typescript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法
- [es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法
- [zustand](https://zustand-demo.pmnd.rs/) - 熟悉 zustand 基本使用
- [tauri](https://tauri.app) - 熟悉 tauri 框架## 使用
#### 方式 1:
- 安装 cli 工具
```bash
npm i rify-app -g
```- 通过全局命令创建项目
```bash
rify-app
```- 进入项目文件夹, 启动项目
```bash
cd [project_name]pnpm install
pnpm dev
pnpm build
```#### 方式 2:
- 获取项目代码
```bash
git clone https://github.com/pomeluce/rapidify-react.git
```- 安装依赖
```bash
cd rapidify-reactpnpm install
```- 运行
```bash
pnpm dev
```- 打包
```bash
pnpm build
```## 如何贡献
非常欢迎你的加入![提一个 Issue](https://github.com/pomeluce/rapidify-react/issues) 或者提交一个 Pull Request。
**Pull Request:**
1. Fork 代码!
2. 创建自己的分支: `git checkout -b feat/xxxx`
3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`
4. 推送您的分支: `git push origin feat/xxxx`
5. 提交`pull request`## Git 贡献提交规范
- 参考 [规范文档](https://github.com/pomeluce/rapidify-react/blob/main/COMMIT_CONVENTION.md) ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
- `feat` 增加新功能
- `fix` 修复问题/BUG
- `style` 代码风格相关无影响运行结果的
- `perf` 优化/性能提升
- `refactor` 重构
- `revert` 撤销修改
- `test` 测试相关
- `docs` 文档/注释
- `chore` 依赖更新/脚手架配置修改等
- `workflow` 工作流改进
- `ci` 持续集成
- `types` 类型定义文件更改
- `wip` 开发中## 浏览器支持
本地开发推荐使用`Chrome 80+` 浏览器
支持现代浏览器, 不支持 IE
| [
](http://godban.github.io/browsers-support-badges/)IE | [
](http://godban.github.io/browsers-support-badges/)Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
| :-: | :-: | :-: | :-: | :-: |
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |