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

aios-render

v1.1.0

Published

``` 开发 npm i npm run dev 发布 npm run build ``` ## 项目概述 设计思路:轻量化中后台应用的开发,对于常规中后台应用,可直接基于工具配置json、使用json模板、复制历史项目配置,实现快速开发、对变更友好。 - 应用运行首页 ![image](doc/imgs/home-capture.jpg) - 页面设计器 ![image](doc/imgs/page-design-capture.jpg) amis设计器使用帮助见[官网](https://bai

Downloads

2

Readme

简介

运行

开发
npm i
npm run dev
发布
npm run build

项目概述

设计思路:轻量化中后台应用的开发,对于常规中后台应用,可直接基于工具配置json、使用json模板、复制历史项目配置,实现快速开发、对变更友好。
  • 应用运行首页 image
  • 页面设计器 image amis设计器使用帮助见官网

使用步骤

  • 打开config/app.json,配置应用名称与菜单
{
    "id": "task",//应用编号
    "title": "任务中间件",//应用名称
    "menus": [
        {
            "key": "1",
            "name": "一级菜单",
            "children": [//二级菜单
                {
                    //菜单指向页面名称默认为菜单的key.json
                    //页面路径/config/pages/xx.json
                    "key": "def",
                    "name": "页面预览"
                }
            ]
        },
        {
            "key": "task_debug",
            "name": "任务调试"
        },
        {
            "key": "task_log",
            "name": "日志分析"
        }
    ]
}
  • 页面配置,运行应用点击菜单打开页面,在右上角点击编辑,在打开的百度amis页面设计器进行页面设计,设计完成后复制配置,保存为config/pages/xx.json(xx为对应菜单的key);

自定义页面

  • 可通过源码开发新路由,在菜单中path进行指定;
  • 可通过amis的iframe引入;

技术栈

react,集成了百度amis页面设计器,框架使用了`@umijs/max` 模板项目。

联系我

e-mail:[email protected]
wechat:lkdm5201314