create-rue 0.3.12 β 0.7.2
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/bundle.js +265 -323
- package/package.json +3 -3
- package/template/base/app/pages/Home.tsx +1 -1
- package/template/base/app/pages/TodoApp.tsx +211 -461
- package/template/base/app/pages/components/Layout.tsx +29 -135
- package/template/base/package.json +18 -21
- package/template/base/tsconfig.json +3 -2
- package/template/base/vite.config.ts +4 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rue",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "π οΈ The
|
|
3
|
+
"version": "0.7.2",
|
|
4
|
+
"description": "π οΈ The recommended way to start a Vite-powered Rue project",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/hunzhiwange/create-rue#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/node": "^24.12.2",
|
|
34
34
|
"ejs": "^3.1.10",
|
|
35
35
|
"picocolors": "^1.1.1",
|
|
36
|
-
"rolldown": "
|
|
36
|
+
"rolldown": "1.0.0-rc.16",
|
|
37
37
|
"rollup-plugin-license": "^3.7.1",
|
|
38
38
|
"vite-plus": "latest",
|
|
39
39
|
"vitest": "npm:@voidzero-dev/vite-plus-test@latest",
|
|
@@ -36,7 +36,7 @@ const Home: FC = () => (
|
|
|
36
36
|
<div className="max-w-3xl space-y-4">
|
|
37
37
|
<div className="badge badge-primary badge-outline">Rue.js</div>
|
|
38
38
|
<h1 className="text-4xl font-semibold tracking-tight sm:text-5xl">
|
|
39
|
-
The Wasm Framework For Native DOM
|
|
39
|
+
The Wasm Framework For Vapor Native DOM
|
|
40
40
|
</h1>
|
|
41
41
|
<p className="max-w-2xl text-base leading-7 text-base-content/70">
|
|
42
42
|
Rue.js ιη¨εη JSX / TSX εΌεζΉεΌοΌη»εη»η²εΊ¦εεΊεΌδΈι’εεη DOM
|