page-ide

1.0.84 • Public • Published

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

Package Sidebar

Install

npm i page-ide

Weekly Downloads

67

Version

1.0.84

License

falfkdaf

Unpacked Size

21.1 MB

Total Files

601

Last publish

Collaborators

  • 3cy1113