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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kaimaai/vue-core

v1.0.1

Published

开码(kaima)体系下的 **前端壳工程**:在 Vue 3 + TypeScript + Vite 之上提供管理端基础能力(路由、模块扫描、布局、通用业务模块等),可作为**完整应用仓库**开发,也可作为 **npm 包**被薄业务工程依赖。

Readme

@kaimaai/vue-core

开码(kaima)体系下的 前端壳工程:在 Vue 3 + TypeScript + Vite 之上提供管理端基础能力(路由、模块扫描、布局、通用业务模块等),可作为完整应用仓库开发,也可作为 npm 包被薄业务工程依赖。

定位

  • 壳(shell):本目录即壳源码根;业务可放在 src/modules/* 等约定路径。
  • 可发布包:包名为 @kaimaai/vue-core,对外导出如 kaima-vite-presettsconfig.paths.thin.json(见 package.jsonexports)。
  • 与仓库关系:本工程位于 km-vue-core 仓库的 app-source-code/frontend-vue;根目录的 kaima-loader.jsonpublish.bat 用于与 kaima-loader 的 install / release / publish 流程对齐。

技术栈(摘要)

Vue 3、TypeScript、Vite、Pinia、Vue Router、Element Plus 等;具体依赖以 package.json 为准。

本地开发

pnpm install
pnpm dev

默认开发服务器见终端输出(常见为 http://localhost:9000,以本地配置为准)。

其他常用脚本:pnpm buildpnpm type-checkpnpm lint

薄工程(方案 B)

业务仓库不拷贝壳源码、仅依赖已安装包时,路径与 Vite 解析需与壳一致。说明见同目录:

  • docs/THIN_APP.md

版本与发布

  • 版本号建议与仓库根 kaima-loader.jsonversion 保持一致(可通过 kaima-loader release 同步写入本包 package.json)。
  • 发布到 npm:在 km-vue-core 仓库根执行 kaima-loader publish 或按该目录下的 publish.bat 说明操作(需已登录 npm 且具备 @kaimaai 组织发布权限)。

许可

见本目录 LICENSE