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

https://github.com/rubenmoya/vui

Run your Vue CLI GUI as a native application
https://github.com/rubenmoya/vui

Last synced: 4 months ago
JSON representation

Run your Vue CLI GUI as a native application

Awesome Lists containing this project

README

        

# VUI
> Run the Vue CLI GUI as a native application

VUI wraps the [Vue CLI GUI](https://cli.vuejs.org/guide/creating-a-project.html#using-the-gui) with Electron to use it as a native application.

![VUI](https://github.com/rubenmoya/VUI/blob/master/images/vui-home.png)

## Getting started
First you'll need to have installed [Vue CLI](https://cli.vuejs.org/):

```sh
npm install -g @vue/cli
# OR
yarn global add @vue/cli
```

Then, install VUI, you can find the latest versions in the [releases page](https://github.com/rubenmoya/vui/releases). After opening the application you can use it as you'd normally do use the [Vue CLI GUI](https://cli.vuejs.org/guide/creating-a-project.html#using-the-gui) since this is just a wrapper.

## License

Released under the [MIT](https://github.com/rubenmoya/VUI/blob/master/LICENSE.md) License.

Authored and maintained by Rubén Moya with help from [contributors](https://github.com/rubenmoya/VUI/contributors).

> [rubenmoya.com](http://rubenmoya.com) · GitHub [@rubenmoya](https://github.com/rubenmoya) · Twitter [@rubenmoya_](https://twitter.com/rubenmoya_)