Go to file
2023-05-18 15:48:19 +02:00
.vscode Use vugu/js instead of syscall/js 2023-05-16 18:39:12 +02:00
components Automatically close hovering sidebar on click 2023-05-18 15:48:19 +02:00
html Initial commit 2023-05-08 20:43:07 +02:00
icons Rework colors and theming 2023-05-18 13:55:48 +02:00
scripts/dev-server Rework colors and theming 2023-05-18 13:55:48 +02:00
static/css Change theme and coloring 2023-05-18 14:04:44 +02:00
utils Add utils package 2023-05-15 08:58:12 +02:00
.gitignore Initial commit 2023-05-08 20:43:07 +02:00
component-address_vgen.go Add pagination component 2023-05-16 18:10:24 +02:00
component-address.vugu Add pagination component 2023-05-16 18:10:24 +02:00
component-icons_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
component-icons.vugu Use em and rem for most sizes 2023-05-15 10:22:29 +02:00
generate.go Several changes 2023-05-12 12:57:42 +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-colors_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
page-colors.vugu Rework colors and theming 2023-05-18 13:55:48 +02:00
page-home_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
page-home.vugu Rework colors and theming 2023-05-18 13:55:48 +02:00
page-icons_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
page-icons.vugu Add pagination component 2023-05-16 18:10:24 +02:00
page-layout_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
page-layout.go Add pagination component 2023-05-16 18:10:24 +02:00
page-layout.vugu Add pagination component 2023-05-16 18:10:24 +02:00
page-settings_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
page-settings.vugu Add pagination component 2023-05-16 18:10:24 +02:00
page-user_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
page-user.vugu Add pagination component 2023-05-16 18:10:24 +02:00
README.md Change module name 2023-05-08 21:12:42 +02:00
root_vgen.go Change theme and coloring 2023-05-18 14:04:44 +02:00
root.go Several changes 2023-05-12 12:57:42 +02:00
root.vugu Rework colors and theming 2023-05-18 13:55:48 +02:00
router.go Rework colors and theming 2023-05-18 13:55:48 +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.