{"id":27150914,"url":"https://github.com/opentiny/tiny-pro","last_synced_at":"2025-04-08T14:22:02.977Z","repository":{"id":285353467,"uuid":"957731693","full_name":"opentiny/tiny-pro","owner":"opentiny","description":"基于 TinyVue 打造的前后端分离的后台管理系统，支持在线配置菜单、路由、国际化，支持页签模式、多级菜单，支持丰富的模板类型，支持多种构建工具，功能强大、开箱即用！","archived":false,"fork":false,"pushed_at":"2025-04-08T03:42:54.000Z","size":2804,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"dev","last_synced_at":"2025-04-08T04:25:28.084Z","etag":null,"topics":["admin","admin-template","dashboard","farm","front-end","management-system","nestjs","opentiny","rspack","tiny-pro","tiny-vue","vite","vue","vue3","webpack"],"latest_commit_sha":null,"homepage":"https://opentiny.design/vue-pro","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentiny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-31T02:59:50.000Z","updated_at":"2025-04-08T03:42:58.000Z","dependencies_parsed_at":"2025-03-31T08:43:54.316Z","dependency_job_id":null,"html_url":"https://github.com/opentiny/tiny-pro","commit_stats":null,"previous_names":["opentiny/tiny-pro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentiny%2Ftiny-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentiny%2Ftiny-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentiny%2Ftiny-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentiny%2Ftiny-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentiny","download_url":"https://codeload.github.com/opentiny/tiny-pro/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856615,"owners_count":21007627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","admin-template","dashboard","farm","front-end","management-system","nestjs","opentiny","rspack","tiny-pro","tiny-vue","vite","vue","vue3","webpack"],"created_at":"2025-04-08T14:22:02.428Z","updated_at":"2025-04-08T14:22:02.950Z","avatar_url":"https://github.com/opentiny.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyPro\n\nTinyCLI 是一个跨平台的前端工程化 CLI 工具，为开发者提供一系列开发套件及工程插件，覆盖前端开发的整个链路，保证团队开发过程的一致性和可复制性。\n\nTinyPro 是 TinyCLI 的一个套件，是一个开箱即用、前后端分离的后台管理模板。\n\n特性：\n- 支持 NestJS 后端\n- 支持通过可视化方式配置菜单\n- 细粒度权限管理：角色、用户、菜单、组件权限\n- 支持多种构建工具：Webpack / Vite / Rspack / Farm\n- 多级菜单\n- 页签模式\n- Mock 数据\n- 主题定制\n- 国际化\n\n官网：[https://opentiny.design/vue-pro](https://opentiny.design/vue-pro)\n\n## 一行命令初始化一个后台管理模板\n\n请确保您安装了`Node.js`、`NPM`、`TinyCLI`。\n\n```bash\ntiny init pro\n```\n\n选择 Vue 技术栈，初始化完成后，项目结构应该为：\n\n```\ntiny-pro\n  nestJs    # 后端服务\n  web       # 前端服务\n```\n\n## 后端启动\n\n后端服务支持 `Docker 启动` 与 `命令启动` 两种方式。\n\n### Docker 启动\n\n请确保您安装了 `Docker`。\n\n在 `tiny-pro/nestJs` 下执行以下命令，启动后端服务：\n\n```bash\ndocker compose up -d\n```\n\n### 命令启动\n\n请确保您安装了 `MySQL`、`Redis`。\n\n在启动项目前请您做好如下检查：\n\n- MySQL 服务可以正常访问\n- Redis 服务可以正常访问\n- MySQL 中存在 `.env` 文件中 `DATABASE_NAME` 字段定义的数据库，且该数据库为空\n- `.env` 文件中 `DATABASE_SYNCHRONIZE` 为 `true`\n\n完成上述检查后，您可以在 `tiny-pro/nestJs` 下执行以下命令，启动后端服务：\n\n```bash\nnpm i \u0026\u0026 npm start\n```\n\n## 前端启动\n\n在 `tiny-pro/web` 下依次执行以下命令：\n\n- 安装依赖：`npm i`\n- 启动前端项目：`npm start`\n\n更详细的文档请参考 TinyPro 官网：[https://opentiny.design/vue-pro](https://opentiny.design/vue-pro)\n\n## 维护者\n\n添加官方小助手微信：opentiny-official，加入我们的技术交流群。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentiny%2Ftiny-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentiny%2Ftiny-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentiny%2Ftiny-pro/lists"}