https://github.com/defite/vue-wordpress
Vue + Wordpress REST API tryout
https://github.com/defite/vue-wordpress
nuxtjs rest-api vuejs wordpress
Last synced: 2 months ago
JSON representation
Vue + Wordpress REST API tryout
- Host: GitHub
- URL: https://github.com/defite/vue-wordpress
- Owner: Defite
- License: mit
- Created: 2018-09-11T21:55:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T20:22:43.000Z (over 7 years ago)
- Last Synced: 2025-07-30T11:40:54.104Z (11 months ago)
- Topics: nuxtjs, rest-api, vuejs, wordpress
- Language: Vue
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-wordpress
> Vue + Wordpress project
## 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).