https://github.com/v-poc/vite-cubeui-poc
The cubeui-app demo playground based on CubeUI with Vite - (vue2+vite2).
https://github.com/v-poc/vite-cubeui-poc
cube-ui cubeui vite vite-cube-ui vite-cubeui vite2 vue2 vue2-vite2 vue2-vite2-ui
Last synced: 2 months ago
JSON representation
The cubeui-app demo playground based on CubeUI with Vite - (vue2+vite2).
- Host: GitHub
- URL: https://github.com/v-poc/vite-cubeui-poc
- Owner: v-poc
- License: mit
- Created: 2020-12-05T06:11:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T11:13:51.000Z (over 2 years ago)
- Last Synced: 2025-01-21T15:50:04.837Z (4 months ago)
- Topics: cube-ui, cubeui, vite, vite-cube-ui, vite-cubeui, vite2, vue2, vue2-vite2, vue2-vite2-ui
- Language: JavaScript
- Homepage:
- Size: 811 KB
- Stars: 3
- 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-cubeui-poc
## INTRODUCTION
The cubeui-app demo based on CubeUI (Vue 2) with Vite 2. Thanks to [vite-plugin-vue2](https://github.com/vitejs/awesome-vite#integrations-2).
> This demo is for Vite 2.x and onward. [Vite 1.x's demo](https://github.com/bluepower/vite-cubeui-poc/tree/vite1) is in vite1 branch.
>
> A porting from [cube-app-guide](https://github.com/cube-ui/cube-application-guide) that is based on webpack 3.
>
> CubeUI contains Mobile web UI components based on Vue 2.## Project setup
### How to setup your project
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
About vite, please check Configuration Reference - [vite](https://vitejs.dev/config/).
## License