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: 3 months ago
JSON representation
Nuxt 3 Blog with WordPress Rest API
- Host: GitHub
- URL: https://github.com/bushido2014/nuxt3-wp
- Owner: bushido2014
- Created: 2023-12-12T13:31:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T13:24:49.000Z (4 months ago)
- Last Synced: 2026-02-09T16:29:03.719Z (4 months ago)
- Topics: nuxt-icons, nuxt-tailwindcss, nuxt-ui, nuxt-wordpress, nuxt3, rest-api, stackblitz, vue-awesome-paginate
- Language: Vue
- Homepage: https://nuxt3-blogwp.vercel.app
- Size: 236 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.