This repo contains a scaffold to help developers build apps for Zendesk products.
- Clone or fork this repo
- Change (
cd
) into thezendesk-vue-starter
directory - Run
npm install
You can use either yarn
or npm
as package manager and run the scripts with the corresponding commands.
To run your app locally in Zendesk, you need the latest ZAT
To serve the app to your Zendesk instance with ?zat=true
, run
npm run watch
npm run apps:server