An open API service indexing awesome lists of open source software.

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).

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

MIT License