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

weeui

v1.2.1

Published

WeeUI简单快速的响应式HTML/CSS前端框架

Downloads

2

Readme

WEE ——— 简单快速的响应式HTML/CSS前端框架

WEE 是一个面向熟悉SASS使用人员的响应式前端框架,以MUSS 为基础, 根据实际使用需求,总结概括了常用组件,致力于让你使用最少的代码,用最少的时间创建你所需要的网站。

使用方法

安装node,之后全局安装wee

npm install weeui -g

然后进入工作目录

wee install

在你的CSS文件中引用:

@import "wee";

或者直接在你的页面中引用

<link rel="stylesheet" href="css/wee.css">

文件描述

WEE 目前涵盖了常用的核心样式及12列栅格化,

具体文件结构如下

  wee/
  └── scss/
      │── [muss](https://github.com/zyj1022/muss)/
      │── partials/
      │   ├── alert.scss
      │   ├── breadcrumb.scss
      │   ├── button.css
      │   ├── code.scss
      │   ├── form.scss
      │   ├── gird.scss
      │   ├── global.css
      │   ├── helper.scss
      │   ├── images.scss
      │   ├── page.css
      │   ├── table.scss
      │   ├── flex.scss [新增flex布局]
      │   └── typography.scss
      ├── normalize.scss
      ├── variables.scss
      └── wee.scss

功能更新

  • 新增 Flex 布局 具体查看 flex.html 说明

具体使用说明

当前为初级1.2.0版,部分内容还在完善中,下载包中暂未包含muss, 所以在使用时先将muss置入你的下载文件的scss文件夹中,如上目录结构所示即可。