javascript - How to write a vue UI framework?
習慣沉默
習慣沉默 2017-06-05 11:13:48
0
1
760

Is there a complete tutorial, or should I write it directly under vue-cli?
Similar to element-ui or iview.
I already know how to write a single vue plug-in. How to integrate and package multiple plug-ins together?

// toast.js

var Toast = {};
Toast.install = function (Vue, options) {
    Vue.prototype.$msg = 'Hello World';
}
module.exports = Toast;

How to combine multiple plug-ins like this together?

習慣沉默
習慣沉默

reply all(1)
洪涛

Please refer to it

https://github.com/iview/ivie...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template