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+demos
playground based on vitepress-rc.
- Migration from
vitepress-rc
toPressify
.
vitepress-rc
lacks of regular maintenance, this PoC will be publicly archived after the migration.
Install dependencies
$ npm i
Start the dev server for docs-dev
$ npm start
Build UI library
$ npm run build-lib
Build documentation (docs+demos)
$ npm run build-docs
About vite and vitepress(-rc), please check Configuration Reference - vite, vitepress, vitepress-rc.