UNPKG

vue-mstyle

Version:

``` npm install vue-mstyle ``` ##Using in your project ```js import Vue from 'vue' import 'vue-mstyle' new Vue({ render: h => h(App) }).$mount('#app') ```

9 lines (7 loc) 174 B
<meta charset="utf-8"> <title>mstyle demo</title> <script src="./mstyle.umd.js"></script> <link rel="stylesheet" href="./mstyle.css"> <script> console.log(mstyle) </script>