JSPM

@react-antd-admin/cra-template

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q13024F

React Antd Admin 是一个能够快速完成业务且扩展性强的管理系统模板。

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-antd-admin/cra-template) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    cra-ant-admin - 后台管理系统通用模板

    cra-ant-admin 致力于打造成一个能够快速完成业务且扩展性强的管理系统的项目模板。

    ✨ 特性

    • 🔨 完善的基础设施建设,省去大量非业务编码时间。

    • 🌈 采用 Ant Design 为您提供企业级中后台产品的交互语言和视觉风格。

    • 📦 开箱即用的高质量内置组件大幅提升开发效率。

    • 💥 基于 Create React App 构建并保留 CRA 的所有功能。

    • 🛡 使用 TypeScript 开发,提供完整的类型定义。

    • 👍 强大的 redux-toolkit 让您可以专注于应用所需的核心逻辑。

    • 🌏 内置基于 axios 网络请求库与后台服务进行交互。

    • 🚀 配置化表单快速完成编辑数据相关业务。

    • ⚙ 完全支持自定义页面及组件,重构(或扩展)内置组件,从容应对复杂业务场景。

    📦 使用方式

    创建一个新项目

    yarn:

    yarn create react-app [project-name] --template ant-admin

    npm:

    npm create-react-app [project-name] --template ant-admin

    安装依赖:

    yarn or npm install

    本地运行:

    yarn start or npm start

    生产构建:

    yarn build or npm build

    构建后的生产包在项目下的 build 目录,有关部署的详细信息。请参阅 部署部分

    在开发模式下运行程序,使用浏览器打开 http://localhost:3000 进行查看。

    具体使用方式请参考文档