dip
dip copied to clipboard
Guide website
- [x] Design
Setting up project
-
[x] Generate website with Zola
-
[x] Configure Tailwind CSS
-
Markup & Style
- [x] Header
- [x] Navigation
- [x] Markdown
- [x] Pagination
- [x] Page footer
-
[x] Deploy via Vercel
-
[x] Set domains
- www.bevydioxus.com (main)
- bevy-dioxus.com
-
#77
-
#90
Contents
- Documentation
- Getting Started
- [ ] Overview
- [ ] Installation
- Ui Component
- [ ] Overview
- State management
- [ ] Overview
- [ ] Component state
- [ ] Global state (Optional)
- [ ] UiState
- ECS
- [ ] Overview
- [ ] Entity / Component
- [ ] System
- [ ] Resource
- [ ] Event
- [ ] Commands
- [ ] Query
- Debugging
- Testing
- Deploying
- Advanced
- Create your own Plugin
- Generate Plugin based on proc macro
- Getting Started
- Tutorial
- TodoMVC