feat: updated keywords and lazy vite plugin README.md

This commit is contained in:
Valerio Ageno
2024-06-21 19:06:09 +02:00
parent 5d434aeb68
commit 2c1e8f0cc2
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description = "The react/rust fullstack framework"
homepage = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
license-file = "../../LICENSE.md"
categories = ["web-programming"]
categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]
include = [
"src/*.rs",
"Cargo.toml"
+1 -1
View File
@@ -7,7 +7,7 @@ description = "The react/rust fullstack framework"
homepage = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
license-file = "../../LICENSE.md"
categories = ["web-programming"]
categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]
include = [
"src/*.rs",
"Cargo.toml"
+1 -1
View File
@@ -6,7 +6,7 @@ description = "The react/rust fullstack framework"
homepage = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
license-file = "../../LICENSE.md"
categories = ["web-programming"]
categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]
include = [
"src/*.rs",
"Cargo.toml"
+8
View File
@@ -1 +1,9 @@
# tuono-lazy-fn-vite-plugin
This is a vite plugin for [tuono](https://github.com/Valerioageno/tuono).
This package specifically handles the transpiling of the `dynamic` function
allowing custom componenents to be lazy loaded but also server side rendered.
Check [tuono](https://github.com/Valerioageno/tuono) for more.
+1 -1
View File
@@ -104,7 +104,7 @@
"vitest": "^1.5.2"
},
"sideEffects": false,
"keywords": [],
"keywords": ["react", "typescript", "fullstack", "framework", "rust"],
"author": "Valerio Ageno",
"license": "MIT"
}