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 🙏

© 2025 – Pkg Stats / Ryan Hefner

af-linepatrol-web

v1.0.2

Published

af-user-profile-web 是基于v4架构和vue-client2脚手架的用户画像项目。

Readme

af-user-profile-web

af-user-profile-web 是基于v4架构和vue-client2脚手架的用户画像项目。

关于 开发规范 请查看 开发规范

主要功能


  • 用户画像前端项目

af-user-profile-web模块

af-user-profile-web
  ├── docs                     # 文档
  ├── public
  │   └── favicon.png          # favicon
  │   └── index.html           # 入口 HTML
  ├── src
  │   ├── assets               # 本地静态资源
  │   ├── config               # 系统配置
  │   ├── pages                # 页面组件
  │   ├── router               # 路由配置
  │   ├── services             # 数据服务模块
  │   ├── App.vue              # 应用入口组件
  │   ├── index.js             # 应用导出js
  │   └── main.js              # 应用入口js
  ├── package.json             # package.json
  ├── README.md                # README.md
  └── vue.config.js            # vue 配置文件
vue单文件请放在pages目录下,建立分类文件夹
api请放在services/api目录下

如何构建

  • 使用最新的nodejs,npm和yarn版本 af-example-web 使用 yarn 来构建,最快的使用方式是将本项目 clone 到idea,然后执行以下脚本
yarn install
yarn serve

如何使用

最快的使用方式是在本项目的gitlab主页点击派生按钮,即可复制一份本项目结构

全局搜索项目中的af-example-webexample关键词,替换为你自己的业务模块名

微前端如何配置 请查看 微前端配置

版本管理规范

项目的版本号格式为 x.x.x 的形式,其中 x 的数值类型为数字,从 0 开始取值, 且不限于 0~9 这个范围。项目处于孵化器阶段时,第一位版本号固定使用 0,即版本号为 0.x.x 的格式, 当版本号有M后缀时,代表测试或预发布版本, 当版本号有SNAPSHOT后缀时,代表快照版本,