1.0.0 • Published 6 years ago

vue-ueditor-xm v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

ueditor

百度编辑器

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

安装使用

# 在项目入口文件中(main.js) 
# step1: 
npm install pagination-xm --save-dev

# step2:
import Pagination from 'pagination-xm'
Vue.use(Pagination)

# step3: 
<pagination :page="page" :pagerCount="pagerCount" @handlePage="handlePage"></pagination>