npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cra-template-ant-admin

v1.0.1

Published

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

Downloads

6

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 进行查看。

具体使用方式请参考文档