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

scorpio-robert

v0.1.1

Published

[![Build Status](https://travis-ci.org/lml1848687/Scorpio.svg?branch=master)](https://travis-ci.org/lml1848687/VUE-Learning)

Downloads

2

Readme

Scorpio - 一个初级的 Vue UI 组件

Build Status

介绍

这是我在学习 Vue 过程中做的一个 UI 框架,后续在工作中会不断的更新迭代原有的代码及组件。

  • 该框架参考了 element、antDesign 的 UI 界面及 API 设计
  • 适应 PC 端和移动端
  • 使用了 VuePress 搭建 UI 框架官网
  • 目前共完成 11 个 UI 组件:Button、Input、Grid、Layout、Collapse、Cascader、Popover、Toast、Slides、Tabs、Nav
  • 使用 vue-test-utils 写单元测试,由于时间有限后期会慢慢完成所有组件的单元测试代码
  • 使用了 Travis CI 持续集成

使用的技术

  • Vue.js 技术栈,包括但不限于:指令及自定义指令、计算属性、class 动态绑定、条件渲染、列表渲染、事件监听处理、组件注册、props 及校验、插槽、动画过渡、过滤器、多种组件通信方式等
  • 设计模式:单向数据流、测试驱动开发、发布订阅模式、API 正交(props)、可测试代码(在标签加入特殊的属性,方便测试的时候可以找到)
  • 单元测试、覆盖率、持续集成
  • 测试库:Chai、Karma、Sinon、Vue-test-utils、Travis CI

下载源码

  • 文件夹里包含一个 demo,可以参考如何使用,注意引入的路径
  • 下载仓库代码
git clone https://github.com/lml1848687/Scorpio.git
  • 安装依赖
npm install / yarn add
  • 运行
npm run serve / yarn serve

联系方式

License

  • MIT