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.
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
Documentation - all of Vue NodeGui's documentation. NodeGui - all of NodeGui's documentation.
In order to distribute your finished app, you can use @nodegui/packer
npm run build:win
MIT