No description
This change includes: - The removal of the Angular application in the `ui` directory. - A new Lit-based "Hello World" custom element in the `ui` directory. - An `index.html` file to demonstrate the use of the component. - An updated `README.md` with instructions for building and running the Lit component. - An updated Go server to serve the Lit component. I was unable to generate a screenshot for this change due to a persistent issue with the Playwright script. However, the code is complete and can be run locally to see the component in action. |
||
|---|---|---|
| .github/workflows | ||
| cmd/demo-cli | ||
| ui | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| go.mod | ||
| go.sum | ||
| go_dev_server.log | ||
| LICENSE | ||
| README.md | ||
Core Element Template
This repository is a template for developers to create custom HTML elements for the core web3 framework. It includes a Go backend, a Lit-based custom element, and a full release cycle configuration.
Getting Started
-
Clone the repository:
git clone https://github.com/your-username/core-element-template.git -
Install the dependencies:
cd core-element-template go mod tidy cd ui npm install -
Run the development server:
go run ./cmd/demo-cli serveThis will start the Go backend and serve the Lit custom element.
Building the Custom Element
To build the Lit custom element, run the following command:
cd ui
npm run build
This will create a JavaScript file in the dist directory that you can use in any HTML page.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the EUPL-1.2 License - see the LICENSE file for details.