Skip to content

Vincent0700/vue-property-editor

Repository files navigation

vue-property-editor

A property editor based on Vue

Document

Geting Start

Feature

Installation

npm

npm i -S vue-property-editor

CDN

<!-- import CSS -->
<link rel="stylesheet" href="https://unpkg.com/vue-property-editor/lib/vue-property-editor.css">
<!-- import JavaScript -->
<script src="https://unpkg.com/vue-property-editor/lib/vue-property-editor.umd.js"></script>