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

ulearning-sz-ui

v0.4.14

Published

文华思政组件库

Downloads

681

Readme

文华思政组件库

引入方法

第一步:安装组件包

npm install ulearning-sz-ui

第二步:在main.js中引入组件库样式

// main.js
import "ulearning-sz-ui/dist/style.css"

第三步:使用组件

// xxx.vue
import { SzLogin } from 'ulearning-sz-ui'

组件说明

具体传参请查看内部文档

更新日志

0.4.0

  • 【迭代】登录组件--支持自定义接口域名
  • 【迭代】登录组件--默认只展示账号登录

0.4.1

  • 【新增】上传组件

0.4.5

  • 【迭代】上传组件--支持在表单中使用
  • 【迭代】上传组件--支持手动上传,即先选择文件,后上传
  • 【修复】登录组件--登录失败未展示提示信息

0.4.6

  • 【迭代】上传组件--更新图片上传错误样式

0.4.7

  • 【迭代】上传组件--支持本地部署

0.4.8

  • 【迭代】上传组件--支持自定义上传样式
  • 【迭代】上传组件--支持自定义上传按钮文案

0.4.9

  • 【迭代】上传组件--新增分步上传样式

0.4.11

  • 【迭代】上传组件--支持保留文件名(用于可覆盖的场景)
  • 【迭代】上传组件--增加可复制功能

0.4.12

  • 【迭代】上传组件--支持自定义文件名(用于可覆盖的场景)

0.4.13

  • 【修复】打包的js文件中包含es6+语法,有的项目无法通过编译

0.4.14

  • 【迭代】上传组件--支持分段上传