Skip to content

DaPotatoMan/msoffice-addin

Repository files navigation

msoffice-addin

npm version npm downloads License Nuxt

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

Contribution

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