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

cubeex

v1.1.5

Published

cubeex vue2.0 UI

Downloads

4

Readme

cubeex

项目地址

cubeex logo

cubeex是基于vue2.0开发的组件库,将包含一套完整的移动UI。这也是魔方元科技开源的首个H5相关的项目, 这里有一群对前端技术狂热的追求者, 如果你对我们的研发感兴趣,欢迎fork。

PS: cubeex目前在持续更新中,组件将逐步完善,旨在创建一套完善的基于vue2.0的移动端组件库。

webpack配置 cubeex项目开发、打包的webpack配置没有基于vue-cli, 配置清晰简单, 可以作为webpack学习的教程。

  1. package.json 定义项目依赖模块 以及 定义开启服务器和打包命令
  2. helpers.js 获取入口文件和html文件
  3. webpack.base.config.js 定义webpack基础配置
  4. webpack.dev.config.js 定义webpack开发配置
  5. webpack.prod.config.js 定义webpack生产配置

目前包含的组件

pull-up-refresh(上拉刷新/下拉加载 基于iscroll4) pull-up-refresh(上拉刷新/下拉加载 基于xscroll) pull-up-refresh(上拉刷新/下拉加载 使用原生滚动实现) swiper(无缝切换) addressBook(通讯录) previewer(图片预览) qrcode(生成二维码) radio(单选框) checkbox(复选框) select-drop(下拉框-下拉) select-scroll(下拉框-滚动) area-scroll(地区联动-滚动) datetime-scroll(日期筛选-滚动) dialog(弹窗) marquee((公告轮播&跑马灯)) qq(qq在线客服) countdown(倒计时) uploadImg((上传图片)) range((滑动条)) drag-sort((拖拽排序))

使用方式:

  1. 执行cnpm install webpack-dev-server -g 全局安装webpack-dev-server
  2. 根目录下执行 cnpm install 安装项目依赖模块
  3. 执行 npm run dev
  4. 浏览器访问http://localhost:3001
  5. npm run build打包