Following this issue, the relevant changes to get Oz working with shadow-cljs are:
- Create a cljsjs folder with the required vega shim files
- Add es6 compiler options on shadow-cljs.edn
- Install Vega dependencies on package.json
Clone the demo
git clone https://github.com/ivanminutillo/reagent-shadow-oz-example.git
Enter the project and install the needed dependencies
cd reagent-shadow-oz-example && npm install
Start the app
shadow-cljs watch app
Visit http://localhost:3000