Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bushido2014/nuxt3-wp

Nuxt 3 Blog with WordPress Rest API
https://github.com/bushido2014/nuxt3-wp

nuxt-icons nuxt-tailwindcss nuxt-ui nuxt-wordpress nuxt3 rest-api stackblitz vue-awesome-paginate

Last synced: about 2 months ago
JSON representation

Nuxt 3 Blog with WordPress Rest API

Awesome Lists containing this project

README

        

# Nuxt 3 WordPress + Custom Post Type Rest API

## Technologies Used
- [Nuxt 3 ](https://nuxt.com/)

- [Nuxt UI ](https://ui.nuxt.com/)

- [Tailwind CSS](https://tailwindcss.com/)

- [Nuxt Icon](https://nuxt.com/modules/icon)

- [Vue Awesome Paginate](https://github.com/peshanghiwa/vue-awesome-paginate)

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.