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

vue-jiess-admin

v0.3.0

Published

npm i

Downloads

15

Readme

jiess-cli

安装

npm i

运行

npm run serve

说明

jiess-cli是一套后台系统脚手架;用于开发web端的 PC版或H5版的系统;他基于vue-cli4和elementUI,并融合JIESS的组件配置化思想,主要在三点实现配置化:

  • 表单组件可配置,当有一个或大量的表单组件需要构造时;基于布局,JIESS允许开发者构造自定义组件(非JIESS内置表单组件)
  • 列表组件可配置,对列表组件传入表头配置,多种配置方案,可控制单元格生成任意组件
  • 弹框组件可配置,全局公共弹框组件集合了JIESS的容器布局和组件配置化的优点,将此两者发挥到极致,可满足大多数弹框需求

JIESS的优势

  • 1.组件配置化后,不需要反复构造相似却也不同的组件,JIESS直接将关键不同提取出来,做成配置或者进行深度且可拓展的封装
  • a.极大的减少了代码量
  • b.避免了html的堆积,页面结构一目了然
  • c.方便维护,修改配置绝对比修改html便捷的多
  • 2.配置功能强大,JIESS的配置是基于render方法对组件全方位的构造,如:属性,事件,插槽等
  • 3.可解耦性,jiess-cli依赖于核心库jiess-main,开发者可直接引入jiess-main,可继承JIESS大多数功能(含上述所有能力)
  • 4.构建项目快
  • a.首页jiess-cli本身就是一个简易的项目,包括界面结构,主题切换,用户登录,侧边菜单,开发者只需简单修改
  • b.另外,构造页面更加编辑,使用工具jiess-tool,,将需要生成的页面按提示整理好,几十个模块或页面瞬间生成完毕

拓展

JIESS详细使用说明可参考文档JIESS文档