Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-wp

Vue-WP11deprecated1.2.1

this package has been deprecated

A Vue.js 2.0 UI Toolkit that integrates with the WordPress backend interface to build admin pages.

vue, vuejs, wordpress, vue-wp

readme

Vue-WP

Vue-WP is an highly opinionated Vue.js UI toolkit integrated with the WordPress administration interface to build admin pages and components.

Install via npm

npm install vue-wp

Import and use Vue-WP.

import Vue from 'vue';
import VueWP from 'vue-wp';
import 'vue-wp/lib/main.css';

Vue.use(VueWP);

Usage

You can find the documentation here https://vue-wp.github.io/documentation/