1.0.1 • Published 2 years ago

@nvs-pinia/nuxt v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

NVS Pinia Nuxt module

npm version npm downloads License Nuxt

Nuxt Module for the NVS Pinia collection.

Features

  •  Persist state for Pinia store modules
  • 🚠  Re-usable API settings using Axios.

Quick Setup

  1. Add @nvs-pinia/nuxt dependency and Pinia Nuxt to your project
npm install --save-dev @nvs-pinia/nuxt @pinia/nuxt
  1. Add @nvs-pinia/nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
	modules: [
		'@pinia/nuxt', // Required
		'@nvs-pinia/nuxt',
	],
	nvsPinia: {},
});

That's it! You can now use NVS Pinia Nuxt module 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
1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.0

2 years ago

0.1.0

2 years ago