vue-wp-components

0.2.6 • Public • Published

Vue WordPress Components

Netlify Status NPM GitHub package.json version

Vue WordPress components is a simple, lightweight Vue.js UI Toolkit that integrates with the WordPress dashboard to build admin pages.

This is an opinionanted set of components that I use in the majority of my WordPress projects, therefore it made sense to merge the components into a library.

Installation

Install Vue WordPress Components through npm or yarn

npm i vue-wp-components
yarn add vue-wp-components

Import or require Vue and Vue WordPress components in your code:

import Vue from 'vue'
import VueWPComponents from 'vue-wordpress-components'
import 'vue-wordpress-components/dist/vue-wordpress-components.min.css'

Vue.use(VueWPComponents)

Demo and Documentation

https://vue-wordpress-components.netlify.com/

Documentation can be found under the "Notes" tab of each component.

Development setup

Install dependencies
yarn install
Use storybook.js for preview
yarn storybook
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint
Run your unit tests
yarn run test:unit

Customize configuration

See Configuration Reference.

Readme

Keywords

none

Package Sidebar

Install

npm i vue-wp-components

Weekly Downloads

1

Version

0.2.6

License

MIT

Unpacked Size

128 kB

Total Files

54

Last publish

Collaborators

  • alessandrotesoro