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

solojs

v2.1.16

Published

A simple SPA engine based on vue

Downloads

19

Readme

Solojs

Introduction

Solo 是一款基于 Vue 构建的移动 web 应用框架。它与 Vue 核心深入整合,使 Vue 构建体验接近于原生应用的单页应用程序变得轻而易举。Solojs 核心功能点包括:

  • 应用路由映射应用页面
  • 提供多种页面过渡动画,为页面切换时提供良好的过渡效果
  • 内置 debounce , throttle , formatTime 格式化时间 等实用工具函数

Quick Start

前提:已经安装 Node.js 4.x 版本及以上, npm 3.x 版本及以上

点此下载应用模板

应用模板中包含了 Solo 的基本代码, 及应用的基础目录结构页面代码.

应用模板解压后,执行以下命令:

cd app-boilerplate
npm install --registry=https://registry.npm.taobao.org
npm run dev

NPM更新

https://github.com/landray/Solo clone 至 与本项目平级的文件夹 solo-github 中, 再依次执行下述操作

  1. 编译
# 编译框架, 版本号会自动升级
yarn run build 
  1. 提交代码更新
  2. 更新github及npm, 操作前, 请确保有 github 及 npm 操作权限
# 给本代码库打tag, 更新GitHub, 并更新npm
./publish2npm.sh

Documentation

更多有关 Solo 的文档和示例,请访问:Solo 在线文档 进行查看

Changelog

详细的版本更新历史,请访问: Solo Changelog 进行查看