File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585### Tooling
8686- ** SSR Support** - ` renderComponentToString() ` for server-side rendering
8787- ** Hot Module Reloading (HMR)** - Instant updates during development
88+ - ** Chrome DevTools** - Inspect Blop components tree
8889- ** CLI Tool** - Compile, format, and manage Blop projects from the command line
8990- ** Vite Compatibility** - Seamless integration with modern build tools
9091- ** Vitest Integration** - Write and run tests with a modern testing framework
@@ -213,22 +214,6 @@ chmod +x .git/hooks/pre-commit
213214
214215** [ Contributing Guide] ( docs/STYLE_GUIDE.md ) **
215216
216- ## Example Project Structure
217-
218- ``` text
219- my-blop-app/
220- ├── src/
221- │ ├── main.blop # Entry point
222- │ ├── App.blop # Root component
223- │ ├── components/ # Reusable components
224- │ ├── lib/ # Utilities (state, router)
225- │ └── pages/ # Page components
226- ├── index.html # HTML entry
227- ├── vite.config.js # Vite configuration
228- ├── vitest.config.js # Test configuration
229- └── package.json
230- ```
231-
232217## Links
233218
234219- ** [ Live Demo] ( https://batiste.github.io/blop/example/ ) ** - See Blop in action
You can’t perform that action at this time.
0 commit comments