WordPress theme using WP REST API 2 and Vue.js 2. This theme is base theme for WordPress theme developers.
- Go to your WordPress theme directory (in
/wp-content/theme/
) - Clone / Download this repo
- Activate this theme
WP-VUE
from WordPress theme's backend - This theme will display menu which has set display location to Main Menu.
- Go to your WordPress theme directory (in
/wp-content/theme/
) - Install dependencies
npm install
- To start dev server with hot reload
npm run dev
- To create build for production with minification
npm run build
- WordPress 4.7+
- WP REST API Menus (*)
- Disable Embeds (*)
(*) Install and enable it from inside the theme Appearance > Install Plugins