create-kudzu 0.1.121 → 0.1.122
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 +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,6 @@ cd my-app
|
|
|
10
10
|
npm run dev
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
The generated project is a working showcase on `@kudzujs/core@^0.
|
|
13
|
+
The generated project is a working showcase on `@kudzujs/core@^0.14.0` with reusable components, an interactive state example, a zero-JavaScript static route, page metadata, responsive source CSS, and `npm run check`. Configuration remains optional until the app needs custom assets, document defaults, navigation, or build hooks.
|
|
14
14
|
|
|
15
15
|
Use `--no-install` to create the files without installing dependencies.
|
package/index.mjs
CHANGED