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
- Host: GitHub
- URL: https://github.com/rubenmoya/vui
- Owner: rubenmoya
- License: mit
- Created: 2018-07-20T07:18:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T08:00:46.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T10:44:12.869Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VUI
> Run the Vue CLI GUI as a native applicationVUI 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.

## 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_)