Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.08 KB

vue-nodegui-typescript-starter

vue-nodegui-starter(https://github.com/nodegui/vue-nodegui-starter) fork.

Clone and run for a quick way to see Vue NodeGui in action. demo image

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/nxzz/vue-nodegui-typescript-starter
# Install CMake
brew install cmake
# Go into the repository
cd vue-nodegui-typescript-starter
# Install dependencies
npm install
# Run the app
npm run dev

Installation & Resources for learning Vue NodeGui

Documentation - all of Vue NodeGui's documentation. NodeGui - all of NodeGui's documentation.

Packaging app as a distributable

In order to distribute your finished app, you can use @nodegui/packer

Build for Windows

npm run build:win

License

MIT