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

https://github.com/py7hon/maownime

Nuxt blog with Wordpress Rest API
https://github.com/py7hon/maownime

nuxt-blog nuxtjs wordpress-rest-api

Last synced: 6 months ago
JSON representation

Nuxt blog with Wordpress Rest API

Awesome Lists containing this project

README

        

# Maownime
:memo: Personal blog built with Nuxt.js and wordpress rest api

## Nuxt.js Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

## Wordpress Rest API

For Wordpress Rest API explanation, see the docs [https://developer.wordpress.org/rest-api/](https://developer.wordpress.org/rest-api/)