0.0.5 • Published 6 years ago

vue-ueditor-ireader v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

vue-ueditor-ireader

A vue component wrapper for UEditor.

install

npm install --save vue-ueditor-ireader

use

In Vue

import ue from 'vue-ueditor-ireader';

<ue 
    :config="config"
    :id="ueId"
    ref="ue"
    v-model="ueContent"
>
</ue>

webpack.config.js

const CopyWebpackPlugin = require('copy-webpack-plugin')

const config = {
    plugins: [
        new CopyWebpackPlugin([
            {
                from: path.resolve(__dirname, '../node_modules/vue-ueditor-ireader/src/static/dialogs'),
                to: config.assetsSubDirectory + '/dialogs'
            }
        ])
    ]
}
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