npx skills add https://github.com/onmax/nuxt-skills --skill nuxt-modules创建扩展框架功能的 Nuxt 模块指南。
相关技能: nuxt (基础), vue (运行时模式)
npx nuxi init -t module my-module
cd my-module && npm install
npm run dev # 启动开发环境
npm run dev:build # 监听模式构建
npm run test # 运行测试
根据你的任务考虑加载以下参考文件:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
请勿一次性加载所有文件。 仅加载与你当前任务相关的内容。
| 类型 | 位置 | 使用场景 |
|---|---|---|
| 已发布 | npm 包 | @nuxtjs/、nuxt- 分发 |
| 本地 | modules/ 目录 | 项目特定扩展 |
| 内联 | nuxt.config.ts | 简单的一次性钩子 |
my-module/
├── src/
│ ├── module.ts # 入口点
│ └── runtime/ # 注入到用户应用
│ ├── components/
│ ├── composables/
│ ├── plugins/
│ └── server/
├── playground/ # 开发测试
└── test/fixtures/ # E2E 测试
每周安装量
904
代码仓库
GitHub 星标数
606
首次出现
2026年1月19日
安全审计
安装于
opencode656
gemini-cli655
codex618
github-copilot610
cursor569
claude-code528
Guide for creating Nuxt modules that extend framework functionality.
Related skills: nuxt (basics), vue (runtime patterns)
npx nuxi init -t module my-module
cd my-module && npm install
npm run dev # Start playground
npm run dev:build # Build in watch mode
npm run test # Run tests
Consider loading these reference files based on your task:
DO NOT load all files at once. Load only what's relevant to your current task.
| Type | Location | Use Case |
|---|---|---|
| Published | npm package | @nuxtjs/, nuxt- distribution |
| Local | modules/ dir | Project-specific extensions |
| Inline | nuxt.config.ts | Simple one-off hooks |
my-module/
├── src/
│ ├── module.ts # Entry point
│ └── runtime/ # Injected into user's app
│ ├── components/
│ ├── composables/
│ ├── plugins/
│ └── server/
├── playground/ # Dev testing
└── test/fixtures/ # E2E tests
Weekly Installs
904
Repository
GitHub Stars
606
First Seen
Jan 19, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode656
gemini-cli655
codex618
github-copilot610
cursor569
claude-code528
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装
Gemini Interactions API 指南:统一接口、智能体交互与服务器端状态管理
833 周安装
Apollo MCP 服务器:让AI代理通过GraphQL API交互的完整指南
834 周安装
智能体记忆系统构建指南:分块策略、向量存储与检索优化
835 周安装
Scrapling官方网络爬虫框架 - 自适应解析、绕过Cloudflare、Python爬虫库
836 周安装
抽奖赢家选取器 - 随机选择工具,支持CSV、Excel、Google Sheets,公平透明
838 周安装
Medusa 前端开发指南:使用 SDK、React Query 构建电商商店
839 周安装