@vuefront/theme-wordpress
v0.1.2
Published
VueFront WordPress theme
Downloads
1
Readme
VueFront Wordpress Theme
This is the official VueFront Theme for Wordpress.
Installation
Installation with Create-VueFront-App
- You must first install your VueFront Web App. yarn create vuefront-app
- During installation process when promited to choose a theme, pick
WordPress
Installation on an existing VueFront App
- 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!