Go to file
2023-05-08 20:43:07 +02:00
.vscode Initial commit 2023-05-08 20:43:07 +02:00
components Initial commit 2023-05-08 20:43:07 +02:00
html Initial commit 2023-05-08 20:43:07 +02:00
icons Initial commit 2023-05-08 20:43:07 +02:00
scripts/dev-server Initial commit 2023-05-08 20:43:07 +02:00
.gitignore Initial commit 2023-05-08 20:43:07 +02:00
generate.go Initial commit 2023-05-08 20:43:07 +02:00
go.mod Initial commit 2023-05-08 20:43:07 +02:00
go.sum Initial commit 2023-05-08 20:43:07 +02:00
LICENSE Initial commit 2023-05-08 20:43:07 +02:00
main_wasm.go Initial commit 2023-05-08 20:43:07 +02:00
page-icons_vgen.go Initial commit 2023-05-08 20:43:07 +02:00
page-icons.vugu Initial commit 2023-05-08 20:43:07 +02:00
README.md Initial commit 2023-05-08 20:43:07 +02:00
root_vgen.go Initial commit 2023-05-08 20:43:07 +02:00
root.go Initial commit 2023-05-08 20:43:07 +02:00
root.vugu Initial commit 2023-05-08 20:43:07 +02:00
router.go Initial commit 2023-05-08 20:43:07 +02:00

d3vugu-components

A collection of useful components to be used with vugu.

Generate components

Use go generate ./... at the root of this repository to regenerate all components.

Run Vugu development server

Run go run ./scripts/dev-server.