Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garpunkal/umbraco14sandbox
Umbraco 14 Sandbox
https://github.com/garpunkal/umbraco14sandbox
lit umbraco umbraco-cms vite webcomponents
Last synced: about 1 month ago
JSON representation
Umbraco 14 Sandbox
- Host: GitHub
- URL: https://github.com/garpunkal/umbraco14sandbox
- Owner: garpunkal
- License: mit
- Created: 2024-08-09T14:42:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T03:46:59.000Z (4 months ago)
- Last Synced: 2024-10-16T22:15:41.021Z (3 months ago)
- Topics: lit, umbraco, umbraco-cms, vite, webcomponents
- Language: TypeScript
- Homepage: https://github.com/garpunkal/Umbraco14Sandbox
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Umbraco 14 Sandbox
## Credentials
### Umbraco| | |
|---|---|
|username|[email protected]|
|password|QxqEEobu3siE0n3OkU8J|## Usage
use node 20.x (I'm using: 20.11.1).
```cmd
nvm install 20.11.1
nvm use 20.11.1
```### Umbraco
Umbraco must be running for the routes to build statically on the frontend client.
```cmd
cd src
cd Umbraco14Sandbox.Web
dotnet run
```### Umbraco's Frontend
```cmd
cd src
cd Umbraco14Sandbox.Client/assets
npm run watch
```## References
### Umbraco docs
- https://docs.umbraco.com/umbraco-cms/tutorials/creating-a-custom-dashboard
- https://docs.umbraco.com/umbraco-cms/tutorials/creating-your-first-extension
- https://docs.umbraco.com/umbraco-cms/extending/customize-backoffice/development-flow
- https://docs.umbraco.com/umbraco-cms/extending/customize-backoffice/vite-package-setup#### Umbraco UI Library Storybook
- https://apidocs.umbraco.com/v14/ui/?path=/docs/uui_uui-button--docs#### Umbraco Backoffice API
- https://apidocs.umbraco.com/v14/ui-api/index.html### Blog Articles
- https://dev.to/kevinjump/early-adoptors-guide-to-umbraco-v14-package-structure-3i67
- https://github.com/KevinJump/EarlyAdopters.Umbraco.Templates/tree/main/package-template/MyPackage.1.Client/assets
- https://github.com/KevinJump/TimeDashboard