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

d8d-admin-ui

v0.0.74

Published

## 项目简介

Downloads

646

Readme

燃气安全管理平台

项目简介

这是一个基于React和TypeScript开发的燃气安全管理平台。该平台提供了资产管理、文章管理、用户认证、数据可视化等功能,旨在提高燃气安全管理的效率和准确性。

主要功能

  • 资产管理:包括资产录入、查询、编辑和删除
  • 文章管理:支持富文本编辑,文章的增删改查
  • 用户认证:用户登录、注册和权限管理
  • 数据可视化:包括饼图、柱状图、折线图等多种图表展示
  • 系统配置:灵活的系统参数配置

技术栈

  • React 18
  • TypeScript
  • Ant Design
  • ECharts
  • Vite
  • Tailwind CSS

快速开始

  1. 克隆项目

    git clone [项目地址]
  2. 安装依赖

    npm install
  3. 运行开发服务器

    npm run dev
  4. 构建生产版本

    npm run build

项目结构

src/ ├── app/ # 应用主要页面和组件 │ ├── pages/ # 页面组件 │ └── components/ # 可复用组件 ├── d8d-admin-ui/ # 管理UI组件库 ├── assets/ # 静态资源 ├── styles/ # 全局样式 ├── utils/ # 工具函数 ├── App.tsx # 应用入口组件 └── main.tsx # 应用入口文件

贡献指南

欢迎贡献代码,提交issue或pull request。在提交之前,请确保代码符合项目的编码规范和测试要求。

许可证

MIT License