1.0.14 • Published 14 days ago

@techmely/nuxt-pinia-persist v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

Nuxt partytown

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  • Lightweight - Just only import partytown lib
  • Integrate with Partytown easy on Nuxt 3! Just need to focus on configs partytown

Quick Setup

  1. Add @techmely/nuxt-pinia-persist dependency to your project
# Using pnpm
pnpm add -D @techmely/nuxt-pinia-persist

# Using yarn
yarn add --dev @techmely/nuxt-pinia-persist

# Using npm
npm install --save-dev @techmely/nuxt-pinia-persist
  1. Add @techmely/nuxt-pinia-persist to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@techmely/nuxt-pinia-persist'
  ]
})
  1. Enjoy

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Copy public/partytown from this folder --> Playground
mkdir -p modules/nuxt-pinia-persist/playground/public/partytown
cp -R modules/nuxt-pinia-persist/public/partytown modules/nuxt-pinia-persist/playground/public/partytown

# 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

1.0.14

14 days ago

1.0.12

19 days ago

1.0.11

2 months ago

1.0.10

2 months ago

1.0.9

3 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago