Browse Source

Refactor code structure for improved readability and maintainability

nuxt-ui
npmrun 2 weeks ago
parent
commit
341cf05aac
  1. 12
      .mcp.json
  2. 6
      AGENTS.md
  3. 2310
      bun.lock

12
.mcp.json

@ -0,0 +1,12 @@
{
"mcpServers": {
"nuxt-remote": {
"type": "http",
"url": "https://nuxt.com/mcp"
},
"nuxt-ui-remote": {
"type": "http",
"url": "https://ui.nuxt.com/mcp"
}
}
}

6
AGENTS.md

@ -1,4 +1,4 @@
## 开发页面时必须加载
- nuxt-ui
- nuxt
## 必须遵守
1. 设计与开发页面时必须调用`nuxt-ui-remote`和`nuxt-remote`进行参考

2310
bun.lock

File diff suppressed because it is too large
Loading…
Cancel
Save