0.1.0 • Published 6 months ago

nuxt-paraglide-js v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Nuxt Paraglide JS

npm version npm downloads License Nuxt

Translate your project using this Paraglide JS module for Nuxt.

Quick Setup

  1. Add nuxt-paraglide-js dependency to your project
# Using pnpm
pnpm add -D nuxt-paraglide-js

# Using yarn
yarn add --dev nuxt-paraglide-js

# Using npm
npm install --save-dev nuxt-paraglide-js
  1. Add nuxt-paraglide-js to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-paraglide-js'
  ]
})

That's it! You can now use Nuxt Paraglide JS in your Nuxt app ✨

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
0.1.0

6 months ago