https://github.com/v-poc/rui-poc
The rui-helloworld demo playground based on rui-next with Vite - (react-hooks+vite6).
https://github.com/v-poc/rui-poc
react react-hooks react-hooks-vite6 react-vite react-vite6-ui rui vite6
Last synced: 3 months ago
JSON representation
The rui-helloworld demo playground based on rui-next with Vite - (react-hooks+vite6).
- Host: GitHub
- URL: https://github.com/v-poc/rui-poc
- Owner: v-poc
- License: mit
- Created: 2021-12-10T17:38:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T03:22:31.000Z (over 1 year ago)
- Last Synced: 2025-10-09T12:06:07.168Z (8 months ago)
- Topics: react, react-hooks, react-hooks-vite6, react-vite, react-vite6-ui, rui, vite6
- Language: TypeScript
- Homepage: https://nikoni.top/rui-poc/
- Size: 402 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vite-rui-poc
## INTRODUCTION
The HelloWorld demo based on RUI (react-hooks) with Vite 7.
> RUI contains Mobile web UI components based on React.
## Project setup
### How to setup your project
Install dependencies (use package manager: [pnpm](https://pnpm.io/))
```
pnpm i
```
### Compiles and hot-reloads for development
```
pnpm start
```
### Compiles and minifies for production
```
pnpm run build
```
### Customize configuration
About vite, please check Configuration Reference - [vite](https://vitejs.dev/config/).
## License