Yet another lightweight and Vite-powered Mobile web UI components based on React hooks and Vite 2.
This is just one kind of playground to dev react-hooks based UI components based on vitepress+vite. Thanks to vitepress-rc that could support React docs+demos well to run with vitepress+vite.
- 📦 Out of the box - focus on component development and documentation
- 🧑💻 Developer Friendly - built-in syntax highlighting, embedding React components seamlessly by Vitepress-rc
- ⚡️ Lightweight and Fast - lighter page weight powered by Vitepress, instant reloading (lightning-fast HMR) powered by Vite, faster dev server start, hot updates and build
Try QR code playground to scan to access the examples on mobile/tablet device.
react-hooks
docs+demosplayground based on vitepress-rc.
- Migration from
vitepress-rctoPressify.
vitepress-rclacks of regular maintenance, this PoC will be publicly archived after the migration.
Install dependencies
$ npm iStart the dev server for docs-dev
$ npm startBuild UI library
$ npm run build-libBuild documentation (docs+demos)
$ npm run build-docsAbout vite and vitepress(-rc), please check Configuration Reference - vite, vitepress, vitepress-rc.
