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

xplatform-ui

v1.0.0

Published

xplatform-ui是新纽科技技术团队基于uni-app开发出的移动端UI框架,提供了众多组件以及工具库,使您快速集成,开箱即用

Downloads

2

Readme


介绍

xplatform-ui 是新纽科技前端团队基于 uni-app 研发的移动端 UI 框架,提供了众多组件、工具库、常用页面以及布局,且兼容多端。使您在开发过程中快速集成,开箱即用,大大降低了开发者的研发成本,提高了开发者的开发效率。

特性

  • 兼容 Andorid、IOS、H5、小程序
  • 提供多款高质量组件,覆盖移动端各类场景
  • 提供众多常用 JS 工具库及模版
  • 支持按需引入

安装 & 使用

安装

在已有项目里手动安装 xplat 的包。

npm i xplatform-ui -S

引入

import Vue from 'vue'
import XplatformUI from 'xplatform-ui'
import 'xplatform-ui/lib/index.scss'
Vue.use(XplatformUI)
  • 按需引入 采用 uni-app 提供的 easycom 组件模式。
// 在pages.json中配置
{
    "easycom": {
        "^x-(.*)": "xplatform-ui/components/$1/index.vue"
    }
    "pages": []
}

使用

选择需要的组件开始构建您的项目,详细内容请查看快速上手

开发

我们提供了丰富的示例工程 , 通过运行此工程,可以查看 UI 演示效果,以及快速掌握组件、工具库、模版的用法。

手机预览

可以手机扫码以下二维码访问 H5 端 demo:

开源协议

本项目遵循 MIT 开源协议。