MS Office addin for Nuxt and Vite
- 🌍 Supports both Nuxt & Vite
- ⚙️ ENV variables support in manifest files
- 🪝 Define dynamic env variables
- 🧬 Same manifest routes in dev and build
- 💉 Auto inject Office.js in routes
Local development
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release