# Vuido **Repository Path**: wayleq/Vuido ## Basic Information - **Project Name**: Vuido - **Description**: Vuido 让使用 Vue.js 构建轻量级原生桌面应用成为可能 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/vuido - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2023-02-27 - **Last Updated**: 2023-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Vuido

Create native desktop applications for Windows, OS X and Linux using Vue.js.

NPM module MIT License

## Introduction Vuido is a framework for creating native desktop applications based on Vue.js. Application using Vuido can run on Windows, OS X and Linux, using native GUI components, and don't require Electron. Under the hood, Vuido uses the [libui](https://github.com/andlabs/libui) library which provides native GUI components for each desktop platform, and the [libui-node](https://github.com/parro-it/libui-node) bindings for Node.js.

## Documentation You can find the full documentation of Vuido at [vuido.mimec.org](https://vuido.mimec.org/). ## Acknowledgements Vuido is largely based on Vue.js and shares most of its code, except for the platform specific code related to libui. Vuido was inspired by [Proton Native](https://github.com/kusti8/proton-native), an environment for creating native desktop applications using React. ## License Vuido is licensed under the MIT license Copyright (C) 2018 Michał Męciński