Go to file
2023-05-10 12:45:04 +02:00
.vscode Fix launch.json & improve page-icons 2023-05-09 12:29:13 +02:00
components Update generated code 2023-05-09 11:02:53 +02:00
html Initial commit 2023-05-08 20:43:07 +02:00
icons Update and add icons 2023-05-10 12:45:04 +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 Fix module name again 2023-05-08 21:14:55 +02:00
go.sum Fix launch.json & improve page-icons 2023-05-09 12:29:13 +02:00
LICENSE Change module name 2023-05-08 21:12:42 +02:00
main_wasm.go Initial commit 2023-05-08 20:43:07 +02:00
page-icons_vgen.go Update and add icons 2023-05-10 12:45:04 +02:00
page-icons.vugu Update and add icons 2023-05-10 12:45:04 +02:00
README.md Change module name 2023-05-08 21:12:42 +02:00
root_vgen.go Update and add icons 2023-05-10 12:45:04 +02:00
root.go Initial commit 2023-05-08 20:43:07 +02:00
root.vugu Fix module name again 2023-05-08 21:14:55 +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.