1.0.10 • Published 5 years ago

vue-ueditor-pr v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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'
            }
        ])
    ]
}
1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago