web-style

0.4.1 • Public • Published

web-style

基于vue的一套简单精美的web组件。 参考文档

开始

  1. 创建一个html
  2. 把dist目录拷贝到项目的目录下
  3. 页面引入web-style.css vue.js web-style.js
  4. 开始使用

vue组件的使用

所有组件捆绑到components下

new Vue({
    el: '#app',
    components: {
        'v-datePicker': components.datePicker
    }
})

/web-style/

    Package Sidebar

    Install

    npm i web-style

    Weekly Downloads

    3

    Version

    0.4.1

    License

    MIT

    Last publish

    Collaborators

    • cycok