@craftzbay/create-app 1.0.2 → 1.0.3
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/README.md +8 -8
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,10 +21,10 @@ pnpm dev
|
|
|
21
21
|
|
|
22
22
|
## Templates
|
|
23
23
|
|
|
24
|
-
| ID
|
|
25
|
-
|
|
|
26
|
-
| `vite-blank`
|
|
27
|
-
| `vite-dashboard`
|
|
24
|
+
| ID | What you get |
|
|
25
|
+
| ---------------- | ---------------------------------------------------------------------- |
|
|
26
|
+
| `vite-blank` | Minimal Vite + React + `@craftzbay/ui` starter (Card + Input + Switch) |
|
|
27
|
+
| `vite-dashboard` | `AppShell` + `Dashboard` template, ready to wire data |
|
|
28
28
|
|
|
29
29
|
Pass `--template <id>` to skip the picker:
|
|
30
30
|
|
|
@@ -43,7 +43,7 @@ npm create @craftzbay/app my-app -- --template vite-dashboard
|
|
|
43
43
|
|
|
44
44
|
## Docs
|
|
45
45
|
|
|
46
|
-
- Showcase: <https://
|
|
47
|
-
- Components: <https://
|
|
48
|
-
- Templates: <https://
|
|
49
|
-
- Guides: <https://
|
|
46
|
+
- Showcase: <https://ui.gecore.mn>
|
|
47
|
+
- Components: <https://ui.gecore.mn/#components>
|
|
48
|
+
- Templates: <https://ui.gecore.mn/#templates>
|
|
49
|
+
- Guides: <https://ui.gecore.mn/#guides>
|
package/dist/index.js
CHANGED
|
@@ -192,7 +192,7 @@ async function run() {
|
|
|
192
192
|
...installNow ? [] : [` ${kleur.cyan(`${pm} install`)}`],
|
|
193
193
|
` ${kleur.cyan(`${pm} run dev`)}`,
|
|
194
194
|
"",
|
|
195
|
-
kleur.gray(" Docs: https://
|
|
195
|
+
kleur.gray(" Docs: https://ui.gecore.mn")
|
|
196
196
|
].join("\n")
|
|
197
197
|
);
|
|
198
198
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@craftzbay/create-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Scaffold a new project preconfigured with @craftzbay/ui. Invoke via `npm create @craftzbay/app my-app`.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "craftzbay",
|
|
7
|
-
"homepage": "https://
|
|
7
|
+
"homepage": "https://ui.gecore.mn",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/craftzbay/craftzbay-ui.git",
|