2023-05-08 19:12:42 +00:00
|
|
|
# D3vugu-components
|
2023-05-08 18:43:07 +00:00
|
|
|
|
|
|
|
A collection of useful components to be used with [vugu](https://www.vugu.org/).
|
|
|
|
|
|
|
|
## 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`.
|