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

mixsln

v0.4.0

Published

the solution for webapp

Downloads

4

Readme

Mix解决方案

稳定版本(v0.3.5)

Mix解决方案初探

演示文档

用Mix快速开发WebApp

访问文档

解决了哪些问题?

  1. 全局导航
  2. 页面管理
  3. 转场效果
  4. 触摸手势
  5. 页面滚动

有哪些主要的特性?

  1. 只需用业务代码,即可轻松搭建WebApp。
  2. 灵活的插件机制,易于二次开发,扩展业务功能。
  3. 对第三方框架友好,不强奸开发者喜好。
  4. 为各平台提供统一方案,保证兼容性。

版本更新

v0.3.6

  • 修复切换导航时的bug

v0.3.5

  • 新增stateStorage,可以在浏览器刷新后,仍旧保持导航状态。
  • 更新文档和演示
  • 更改page的ready和unload时机
  • 修复lazyload和scrollpos两个插件的bug
  • 修复切换导航时的bug
  • 修复样式的bug

v0.3.3

  • 重构view的代码
  • 修复插件的bug
  • 修复demo的bug

v0.3.2

  • 更改模板的加载时机
  • 重构AbstractPage的代码,变为view
  • 修复插件的bug
  • 更新demo

v0.3.1

  • 新增multitpl和domfind的插件
  • 重构page的代码
  • 更新转场动画
  • 更新模板渲染的引擎
  • 修复其它bug

v0.3.0

  • 重构目录结构
  • 更新导航的API
  • 更新scroll的bounce算法
  • 更新文档

v0.2.0

  • 重构组件
  • 导航模块化
  • 完善demo

v0.1.2

  • 更新样式
  • 更新组件
  • 更新模块结构

v0.1.0

  • 新增demo
  • gesture和scroll模块化

计划

v0.4.0

  • 重构模块间依赖
  • 更新gesture和scroll算法
  • 更新转场动画

其他文档