msoffice-addin
v0.0.8
Published
Microsoft office addin module for Nuxt abd vite
Maintainers
Readme
msoffice-addin
MS Office addin for Nuxt and Vite
Features
- 🌍 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
Quick Setup
Configuration
Contribution
# 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