Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
46c1d09
feat: 添加 NutUI React 到 Taro 的迁移技能文档和实现
alvinhui Aug 21, 2026
11cded4
feat: 添加 Skill 页面及导航链接,更新 CLI 文档以支持 NutUI-React 的新技能
alvinhui Aug 21, 2026
ab3a66e
feat: align versioning of nutui-react-cli and nutui-react-taro-cli wi…
alvinhui Aug 21, 2026
e595496
feat: add NutUI React and NutUI React Taro skills documentation, enha…
alvinhui Aug 21, 2026
41296d9
feat: add detailed documentation for migrating from NutUI React to Nu…
alvinhui Aug 21, 2026
8b37609
Merge branch 'jdf2e:feat_v4.x' into feat/react-to-taro
alvinhui Aug 21, 2026
eb20bc0
fix: update CLI usage instructions in documentation for NutUI React a…
alvinhui Aug 21, 2026
ca0cc9a
docs: enhance migration documentation for NutUI React to Taro, clarif…
alvinhui Aug 21, 2026
4e1c800
docs: add command for starting local stdio MCP server in NutUI React …
alvinhui Aug 21, 2026
2f5353d
docs: update CLI usage instructions to include --format json option f…
alvinhui Aug 21, 2026
35de83f
chore: 中文符号
alvinhui Aug 21, 2026
24fc00e
docs: refine migration documentation for NutUI React to Taro, improvi…
alvinhui Aug 21, 2026
560c5e3
docs: streamline descriptions in NutUI React and NutUI React Taro doc…
alvinhui Aug 21, 2026
376f741
docs: update NutUI React and NutUI React Taro documentation for impro…
alvinhui Aug 21, 2026
8a172b9
docs: add README and MCP documentation for NutUI React and NutUI Reac…
alvinhui Aug 25, 2026
4dd1040
docs: update title in MCP documentation for NutUI Taro, clarifying fo…
alvinhui Aug 25, 2026
9a2578d
docs: update installation instructions in NutUI React and Taro docume…
alvinhui Aug 25, 2026
b226f35
Merge branch 'feat_v4.x' into feat/react-to-taro
alvinhui Aug 31, 2026
62c71f5
docs: refine MCP and README documentation for NutUI React and Taro, e…
alvinhui Sep 1, 2026
f6242a5
chore: update pnpm-lock.yaml and enhance NutUI React CLI documentatio…
alvinhui Sep 4, 2026
038bf25
docs: enhance CLI documentation for multi-version support in NutUI Re…
alvinhui Sep 4, 2026
28604bb
chore: release v4.1.0 for NutUI React and Taro CLI with multi-version…
alvinhui Sep 4, 2026
96df951
feat: add migration capabilities from v3 to v4 in NutUI React CLI
alvinhui Sep 4, 2026
ec51611
Merge branch 'feat_v4.x' into feat/upgrade-skill
alvinhui Sep 4, 2026
84b5af5
chore: 重新生成 lock
alvinhui Sep 4, 2026
3607357
feat: enhance CLI and documentation for migration and diff capabiliti…
alvinhui Sep 9, 2026
a3511f9
fix: correct formatting in documentation for NutUI React and Taro Skills
alvinhui Sep 9, 2026
e1bb49b
docs: update MCP documentation for NutUI React and Taro, enhancing to…
alvinhui Sep 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions packages/nutui-react-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,26 @@
"author": "jdcfe",
"exports": {
".": "./src/index.ts",
"./scripts/prepare-data.mjs": "./scripts/prepare-data.mjs"
"./scripts/prepare-data.mjs": "./scripts/prepare-data.mjs",
"./scripts/sync.mjs": "./scripts/sync.mjs",
"./scripts/build-meta.mjs": "./scripts/build-meta.mjs",
"./scripts/create-properties.mjs": "./scripts/create-properties.mjs"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"semver": "^7.8.0",
"yargs": "^17.7.3"
},
"devDependencies": {
"@types/node": "^22.20.1",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.35",
"typescript": "^5.6.2"
"markdown-it": "^14.2.0",
"typescript": "^5.6.2",
"vitest": "^3.2.7"
}
}
Loading
Loading