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

ui-lemon

v1.0.6

Published

一个 PC 端的组件库(Vue)

Downloads

1

Readme

LemonUI (UI-LEMON)

我吃柠檬,总的来说就是一个UI组件库, 本人想把自己写的一些通用组件给放在这个上面

文档

这次用的实时预览工具叫做 story book , 可以集合一些插件来完成实施预览,即展示源码等等的一个工具

文档地址

项目说明

这个项目用 Vue2.x 来进行基础框架, 构建配置是采用的 webpack4.x 和 babel 来进行构建 等等 , 因为刚刚开始 主要还是得慢慢完善, 希望自己也能坚持下去 !!!

运行

  1. test ( 采用的 jest 测试框架如果要编写测试的话,请进入组件文件夹里面来进行编写)
  2. build ( 这里会进行构建, 然后采用umd的方式, 会将各组件给整合至一个入口文件中,使用的话应该是常用方式都支持 Vue.use , 或者 CDN 等等 )
  3. 进行打包分析
  4. storybook 进行预览
  5. build-storybook 进行预览文档构建

关于构建配置

如果要去更改构建配置,请自行去更改build 目录中的webpack构建配置文件 , 但是有些变量配置在 config 目录中!请自行去寻找

关于引用

UI-LEMON

main.js中

import LemonUI from 'ui-lemon' ; 
import 'ui-lemon/dist/index.css';
Vue.use(LemonUI) 

以上使用即可,与ElementUI相同

20-7-15

希望能更加了解完善单元测试,希望能整合出一种方案

将要处理

  1. submenu 垂直组件的 open / close 样式
  2. submenu 水平组件的基本使用

所有弹框式组件进行延后

  1. Dialog

未开发功能

  1. upload 的上传列表组件

说一说接下来的步骤 steps

  1. 完成整体项目的结构以及构建配置(不包括一些高级配置,如按需加载等...)
  2. 完成一些较为简单的基础组件
  3. 完成功能比较复杂的组件
  4. 慢慢的完善这个Vue 组件库
  5. Complate ( 4 - 5 一直徘徊 )