@vc-shell/create-vc-app 2.0.0-alpha.33 → 2.0.0-alpha.33-pr220.455e322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
# [2.0.0-alpha.30](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2026-03-30)
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
### Bug Fixes
|
|
17
16
|
|
|
18
|
-
|
|
17
|
+
- **cli:** remove beforeEnter guard from tenant route templates, format responsive-composable transform ([3752273](https://github.com/VirtoCommerce/vc-shell/commit/37522732b789316a92c4c958c395c8f3fbf9e0ea))
|
|
18
|
+
|
|
19
19
|
# [2.0.0-alpha.29](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2026-03-26)
|
|
20
20
|
|
|
21
21
|
**Note:** Version bump only for package @vc-shell/create-vc-app
|
|
@@ -66,22 +66,21 @@
|
|
|
66
66
|
|
|
67
67
|
# [2.0.0-alpha.17](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2026-03-23)
|
|
68
68
|
|
|
69
|
-
|
|
70
69
|
### Bug Fixes
|
|
71
70
|
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
- **vc-app:** use non-interactive CLI mode with full flag set for /vc-app create ([b113262](https://github.com/VirtoCommerce/vc-shell/commit/b113262317d340b2d076cdd46a3ab79ec2f9b147))
|
|
74
72
|
|
|
75
73
|
### Features
|
|
76
74
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
75
|
+
- **vc-app-skill:** migrate skill content from create-vc-app to standalone package ([1ac8945](https://github.com/VirtoCommerce/vc-shell/commit/1ac894510ca32cad22efb226117127f76085f85a))
|
|
76
|
+
- **vc-app:** add curated module examples from vendor-portal ([9cdf07a](https://github.com/VirtoCommerce/vc-shell/commit/9cdf07a11de7f8d8b11806e7c79ed9a2c950262a))
|
|
77
|
+
- **vc-app:** add details path patterns with nested types handling ([49ebd16](https://github.com/VirtoCommerce/vc-shell/commit/49ebd1673563a636c38913f858028590ea99763d))
|
|
78
|
+
- **vc-app:** add entry-point skill with command routing ([e20072a](https://github.com/VirtoCommerce/vc-shell/commit/e20072a62883325dff909020b747c942fcd575d1))
|
|
79
|
+
- **vc-app:** add knowledge index, module structure, and list path patterns ([2f9f176](https://github.com/VirtoCommerce/vc-shell/commit/2f9f176476cd14d57d42abe2122a9449dff078fd))
|
|
80
|
+
- **vc-app:** add subagent prompts for code generation ([4dbc259](https://github.com/VirtoCommerce/vc-shell/commit/4dbc25948199d7f40a45d1fb4f17cf12d7985798))
|
|
81
|
+
- **vc-app:** add supporting patterns (toolbar, navigation, widgets) with API verification ([8bce97c](https://github.com/VirtoCommerce/vc-shell/commit/8bce97c29c2524753a7408f572985cf4e7da6475))
|
|
82
|
+
- **vc-app:** create skill directory structure and docs sync script ([d52d881](https://github.com/VirtoCommerce/vc-shell/commit/d52d8810328568efb129658388aa87b10ecbb318))
|
|
83
|
+
|
|
85
84
|
# [2.0.0-alpha.16](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2026-03-20)
|
|
86
85
|
|
|
87
86
|
**Note:** Version bump only for package @vc-shell/create-vc-app
|
|
@@ -100,20 +99,20 @@
|
|
|
100
99
|
|
|
101
100
|
# [2.0.0-alpha.12](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2026-03-19)
|
|
102
101
|
|
|
103
|
-
|
|
104
102
|
### Features
|
|
105
103
|
|
|
106
|
-
|
|
104
|
+
- **create-vc-app:** update blade templates to use useBlade() without boilerplate ([5d1f148](https://github.com/VirtoCommerce/vc-shell/commit/5d1f148720f15512e2db0768d320a70ba417dc3e))
|
|
105
|
+
|
|
107
106
|
# [2.0.0-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
|
|
108
107
|
|
|
109
108
|
**Note:** Version bump only for package @vc-shell/create-vc-app
|
|
110
109
|
|
|
111
110
|
# [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
|
|
112
111
|
|
|
113
|
-
|
|
114
112
|
### Bug Fixes
|
|
115
113
|
|
|
116
|
-
|
|
114
|
+
- **create-vc-app:** update templates to use @vc-shell/mf-host and @vc-shell/mf-module ([ba86a3e](https://github.com/VirtoCommerce/vc-shell/commit/ba86a3e9cab2e73269b6b56215282c5f3fc6535c))
|
|
115
|
+
|
|
117
116
|
# [2.0.0-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-03-12)
|
|
118
117
|
|
|
119
118
|
**Note:** Version bump only for package @vc-shell/create-vc-app
|
|
@@ -124,10 +123,10 @@
|
|
|
124
123
|
|
|
125
124
|
# [2.0.0-alpha.7](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2026-03-11)
|
|
126
125
|
|
|
127
|
-
|
|
128
126
|
### Bug Fixes
|
|
129
127
|
|
|
130
|
-
|
|
128
|
+
- remove duplicate changelog entries caused by multiline regex bug ([2f27d4c](https://github.com/VirtoCommerce/vc-shell/commit/2f27d4c2ca81452ddc1042af47a4648348e7e323))
|
|
129
|
+
|
|
131
130
|
# [2.0.0-alpha.6](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2026-03-10)
|
|
132
131
|
|
|
133
132
|
**Note:** Version bump only for package @vc-shell/create-vc-app
|
package/README.md
CHANGED
|
@@ -10,11 +10,11 @@ npx create-vc-app [project-name]
|
|
|
10
10
|
|
|
11
11
|
Interactive prompts guide you through project setup. Three project types are available:
|
|
12
12
|
|
|
13
|
-
| Type
|
|
14
|
-
|
|
15
|
-
| **Standalone App** | Full application with bundled modules
|
|
13
|
+
| Type | Description |
|
|
14
|
+
| ------------------ | -------------------------------------------------- |
|
|
15
|
+
| **Standalone App** | Full application with bundled modules |
|
|
16
16
|
| **Dynamic Module** | Remote module loaded by host via Module Federation |
|
|
17
|
-
| **Host App**
|
|
17
|
+
| **Host App** | Shell that loads dynamic modules at runtime |
|
|
18
18
|
|
|
19
19
|
### Non-Interactive Mode
|
|
20
20
|
|
|
@@ -33,20 +33,20 @@ npx create-vc-app my-shell --type host-app --dashboard --tenant-routes --ai-agen
|
|
|
33
33
|
|
|
34
34
|
### Options
|
|
35
35
|
|
|
36
|
-
| Option
|
|
37
|
-
|
|
38
|
-
| `--type <type>`
|
|
39
|
-
| `--name`, `--app-name` | Application name
|
|
40
|
-
| `--package-name`
|
|
41
|
-
| `--module-name`
|
|
42
|
-
| `--base-path`
|
|
43
|
-
| `--tenant-routes`
|
|
44
|
-
| `--ai-agent`
|
|
45
|
-
| `--dashboard`
|
|
46
|
-
| `--mocks`
|
|
47
|
-
| `--overwrite`
|
|
48
|
-
| `--help`, `-h`
|
|
49
|
-
| `--version`, `-v`
|
|
36
|
+
| Option | Description | Default |
|
|
37
|
+
| ---------------------- | ------------------------------------------------------------ | ---------------------- |
|
|
38
|
+
| `--type <type>` | Project type: `standalone` \| `dynamic-module` \| `host-app` | _(prompted)_ |
|
|
39
|
+
| `--name`, `--app-name` | Application name | Directory name |
|
|
40
|
+
| `--package-name` | npm package name | App name (validated) |
|
|
41
|
+
| `--module-name` | Initial module name | App name in title case |
|
|
42
|
+
| `--base-path` | Base path for the application | `/apps/<name>/` |
|
|
43
|
+
| `--tenant-routes` | Include tenant routing (`/:tenantId` prefix) | `false` |
|
|
44
|
+
| `--ai-agent` | Include AI Agent configuration | `false` |
|
|
45
|
+
| `--dashboard` | Include Dashboard with widgets | `false` |
|
|
46
|
+
| `--mocks` | Include sample module with mock data | `false` |
|
|
47
|
+
| `--overwrite` | Overwrite existing files without confirmation | `false` |
|
|
48
|
+
| `--help`, `-h` | Show help | — |
|
|
49
|
+
| `--version`, `-v` | Show version | — |
|
|
50
50
|
|
|
51
51
|
## Add a Module to Existing Project
|
|
52
52
|
|
|
@@ -57,6 +57,7 @@ npx create-vc-app add-module <module-name>
|
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
This will:
|
|
60
|
+
|
|
60
61
|
1. Create `src/modules/<module-name>/` with list + details pages
|
|
61
62
|
2. Update `src/main.ts` — add import and `app.use()`
|
|
62
63
|
3. Update `src/bootstrap.ts` — add menu item
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"generate-api-client": "cross-env api-client-generator --APP_PLATFORM_MODULES='[]' --APP_API_CLIENT_DIRECTORY=./src/api_client/ --APP_OUT_DIR=dist --APP_PACKAGE_NAME=api --APP_PACKAGE_VERSION=$npm_package_version"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@commitlint/cli": "^
|
|
18
|
-
"@commitlint/config-conventional": "^
|
|
17
|
+
"@commitlint/cli": "^20.4.1",
|
|
18
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
19
19
|
"@laynezh/vite-plugin-lib-assets": "^0.5.13",
|
|
20
20
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
21
21
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"@vc-shell/api-client-generator": "^2.0.0-alpha.33",
|
|
26
26
|
"@vc-shell/ts-config": "^2.0.0-alpha.33",
|
|
27
27
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
28
|
-
"@vue/eslint-config-prettier": "^
|
|
29
|
-
"@vue/eslint-config-typescript": "^
|
|
28
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
29
|
+
"@vue/eslint-config-typescript": "^14.6.0",
|
|
30
30
|
"autoprefixer": "^10.4.16",
|
|
31
31
|
"conventional-changelog-cli": "^5.0.0",
|
|
32
32
|
"cross-env": "^7.0.3",
|
|
33
|
-
"eslint": "^
|
|
33
|
+
"eslint": "^9.35.0",
|
|
34
34
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
35
35
|
"eslint-plugin-import": "^2.29.1",
|
|
36
36
|
"eslint-plugin-prettier": "^5.1.3",
|
|
37
|
-
"eslint-plugin-vue": "^
|
|
37
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
38
38
|
"husky": "^8.0.3",
|
|
39
39
|
"lint-staged": "^15.2.0",
|
|
40
40
|
"lodash-es": "^4.17.21",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"generate-api-client": "cross-env api-client-generator --APP_PLATFORM_MODULES='[]' --APP_API_CLIENT_DIRECTORY=./src/api_client/ --APP_OUT_DIR=dist --APP_PACKAGE_NAME=api --APP_PACKAGE_VERSION=$npm_package_version"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@commitlint/cli": "^
|
|
18
|
-
"@commitlint/config-conventional": "^
|
|
17
|
+
"@commitlint/cli": "^20.4.1",
|
|
18
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
19
19
|
"@laynezh/vite-plugin-lib-assets": "^0.5.13",
|
|
20
20
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
21
21
|
"@types/lodash-es": "^4.17.12",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/create-vc-app",
|
|
3
3
|
"description": "Application scaffolding",
|
|
4
|
-
"version": "2.0.0-alpha.33",
|
|
4
|
+
"version": "2.0.0-alpha.33-pr220.455e322",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "vite build && yarn postbuild",
|
|
12
12
|
"test": "vitest run --config vitest.config.ts",
|
|
13
|
-
"
|
|
13
|
+
"check:types": "vue-tsc --noEmit",
|
|
14
14
|
"postbuild": "shx cp -R src/templates dist/"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/ejs": "^3.1.5",
|
|
18
18
|
"@types/prompts": "^2.4.4",
|
|
19
|
-
"@vc-shell/ts-config": "2.0.0-alpha.33",
|
|
19
|
+
"@vc-shell/ts-config": "2.0.0-alpha.33-pr220.455e322",
|
|
20
20
|
"copyfiles": "^2.4.1",
|
|
21
21
|
"cross-env": "^7.0.3",
|
|
22
22
|
"shx": "^0.3.4",
|