1.0.14 • Published 1 year ago

@techmely/nuxt-pinia-persist v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago