Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bushido2014/nuxt3-wp
- Owner: bushido2014
- Created: 2023-12-12T13:31:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T21:37:29.000Z (11 months ago)
- Last Synced: 2024-02-07T13:07:57.805Z (11 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: 666 KB
- Stars: 0
- 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.