Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mthierman/example-juce-plugin-webview


https://github.com/mthierman/example-juce-plugin-webview

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Instructions:

1. Clone the repo with submodules `git clone --recursive https://github.com/mthierman/example-juce-plugin-webview.git`
2. Install [Node.js](https://nodejs.org/en)
3. Run `npm install` to install [Vite](https://vitejs.dev/) and the JUCE frontend framework
4. Run `npm run dev` to run the Vite [development server](http://localhost:5173/)
5. Run `npm run cmake` or `cmake -S . -B build && cmake --build build` to build the project

The project will use the development server in debug mode and will load `index.html` from JUCE's BinaryData in release mode.