Vue quickstart
1. Install hypertune
npm install hypertuneyarn add hypertunepnpm add hypertune2. Set environment variables
VITE_HYPERTUNE_TOKEN=token
HYPERTUNE_FRAMEWORK=vue
HYPERTUNE_OUTPUT_DIRECTORY_PATH=src/generated3. Generate the client
npx hypertuneyarn hypertunepnpm hypertune4. Use the client
5. (Optional) Include a build-time snapshot
Next steps
Last updated