Urara-Blog/node_modules/.pnpm-store/v3/files/6b/5812bd82d178aec1b7000a0e44d6bc498b06b9281746e07d056c09c14187504eb6b03668c4974afecb0b3f97a54b815cee66974228ffa558c65f41f76d64d3
2022-08-14 01:14:53 +08:00

27 lines
890 B
Text

# @unocss/inspector
The inspector UI for UnoCSS. Ships with `unocss` and `@unocss/vite`.
Visit `http://localhost:3000/__unocss` in your Vite dev server to see the inspector.
<img src="https://user-images.githubusercontent.com/11247099/140885990-1827f5ce-f12a-4ed4-9d63-e5145a65fb4a.png">
<img src="https://user-images.githubusercontent.com/11247099/140886020-7014f412-f020-4aed-a169-d025cc1bbcd3.png">
## TODO
- [x] Basic Overview
- [x] Basic REPL
- [x] Basic file view
- [x] Resizeable sidebar (use `splitpanes`, refer to playground)
- [x] Data caches (move the fetches to shared modules instead of in components)
- [ ] Manual refresh button
- [x] Auto reload on file changes (reuse Vite's hmr if possible)
- [ ] Config view
- [ ] Edit files directly
- [x] CSS Prettify
> 🙌 Contribution welcome!
## License
MIT License &copy; 2021-PRESENT [Anthony Fu](https://github.com/antfu)