0.0.8 • Published 6 years ago

gaea-editor-vue v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

gaea-editor-vue

demo

demo

Installation

Install with yarn:

$ yarn  add   gaea-editor-vue
# or with npm:
$ npm install gaea-editor-vue

Usage:

Main.js:

//依赖vuex
import store from './store/index';
import GaeaEditor from 'gaea-editor-vue';

Vue.use(GaeaEditor, {store});

component.vue:

<template>
  <div id="app">
     <gaea-editor style="height:600px" />
  </div>
</template>
<script>
</script>

<style>
</style>

扩展开发

$ yarn run build 

Refrence

gaea-editor

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago