0.3.9 • Published 17 hours ago

@vernaillen/wpnuxt v0.3.9

Weekly downloads
-
License
MIT
Repository
github
Last release
17 hours ago

This module is still being developed and not ready for production usage yet. There will be many smaller alpha releases the coming weeks, often with breaking changes.

I am working towards a stable release. And will inform about it here

WPNuxt

npm version npm downloads License Nuxt

Nuxt module for using WordPress as a headless CMS with a Nuxt 3 frontend

Features

Quick Setup

  1. Add @vernaillen/wpnuxt dependency to your project
# Using pnpm
pnpm add -D @vernaillen/wpnuxt

# Using yarn
yarn add --dev @vernaillen/wpnuxt

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

That's it! You can now use the WPNuxt 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
0.3.9

17 hours ago

0.3.8

14 days ago

0.3.7

14 days ago

0.3.6

15 days ago

0.3.5

15 days ago

0.3.4

21 days ago

0.2.27

23 days ago

0.2.26

23 days ago

0.2.25

23 days ago

0.2.24

23 days ago

0.2.23

23 days ago

0.2.22

23 days ago

0.3.0

23 days ago

0.3.2

23 days ago

0.3.1

23 days ago

0.2.21

24 days ago

0.2.20

24 days ago

0.2.19

29 days ago

0.2.18

29 days ago

0.2.17

29 days ago

0.2.16

1 month ago

0.2.15

1 month ago

0.2.14

1 month ago

0.2.13

2 months ago

0.2.12

2 months ago

0.2.11

2 months ago

0.2.10

2 months ago

0.2.9

2 months ago

0.2.7

2 months ago

0.2.8

2 months ago

0.2.6

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.2.5

2 months ago

0.2.4

2 months ago

0.1.30

2 months ago

0.1.29

2 months ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.28

3 months ago

0.1.27

3 months ago

0.1.25

4 months ago

0.1.26

4 months ago

0.1.22

4 months ago

0.1.23

4 months ago

0.1.24

4 months ago

0.1.20

4 months ago

0.1.21

4 months ago

0.1.18

4 months ago

0.1.19

4 months ago

0.1.14

4 months ago

0.1.15

4 months ago

0.1.16

4 months ago

0.1.17

4 months ago

0.1.12

4 months ago

0.1.13

4 months ago

0.1.10

4 months ago

0.1.11

4 months ago

0.1.9

4 months ago

0.1.8

4 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

7 months ago