This is the official VueFront Theme for Wordpress.
- You must first install your VueFront Web App. yarn create vuefront-app
- During installation process when promited to choose a theme, pick
WordPress
- Run command
yarn add @vuefront/theme-wordpress
- Edit files:
add to
vuefront.config.js
new itemtheme
export default {
theme: '@vuefront/theme-wordpress',
- Run command
yarn dev
Enjoy!