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

steer-react-scripts

v0.0.70

Published

Configuration and scripts for Create Steer App.

Downloads

24

Readme

steer-react-scripts

本文档仅简单介绍项目基本能力,更多细节及使用方式请查看文档还在建设中

该项目基于create-react-app脚手架改造而来,为了满足中后台快速开发需求 该项目集成了如下功能:

  • 开箱即用
  • 支持create-react-app绝大部分能力
  • 约定式路由,无需关心路由注册
  • 支持layout动态注册,应对不同场景需求
  • 基于页面级别的路由分包加载
  • 集成数据管理模块zoro,支持model自动注入
  • 集成antd,封装常用组件,用于页面快速搭建
  • 集成代码模版功能,一键快速生成模版页面
  • 集成基本登录功能,通用布局,面包屑

模版代码功能

本项目支持模版代码编写,生成能力,通过在高速发展的业务过程中不断编写,沉淀业务代码模版,应对源源不断的业务来源,解放前端生产力,集中处理更为复杂的业务场景,同时模版代码能力也可以达到规范代码的作用,减少低级bug的产生

项目中已经集成两个常用模版代码

  • 增删改查模版

增删改查模版

  • 详情页模版

详情页模版

一套模版通过不同参数设置,可以生成不同页面能力,你可以通过编写/修改模版来达到更加强大智能的模版,对于模版及编辑器能力都是开发者可以自行修改的及编写的,基本上可以满足你所需要的场景

通过不同参数设置,生成不同的模版,以上截图是全量配置下的自动生成的页面

如何快速创建项目

$ yarn create react-app your-app-name --scripts-version steer-react-scripts

更新日志

版本更新记录

开发交流

请添加微信 Faure5 备注 steer 咨询,开源不易,如果好用,欢迎star

License

MIT