Skip to content

Files

Latest commit

25a081a · Apr 4, 2024

History

History
81 lines (57 loc) · 2.01 KB

README.md

File metadata and controls

81 lines (57 loc) · 2.01 KB

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