0.1.1-6 • Published 3 years ago

cube-element v0.1.1-6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

topevery-element-ui v3版本

  • 抽离
  • 细化
  • 分离

关键文件说明

  • src 文件大部分作为组件库样例使用
  • packages 主机源码
  • md-docs 组件md文件

vue-cli3.0 添加对应的md loader

  chainWebpack: config => {
    // 解析Markdown文件转成vue组件
    config.module
      .rule('md')
      .test(/\.md/)
      .use('vue-loader')
      .loader('vue-loader')
      .options({
        compilerOptions: {
          preserveWhitespace: false
        }
      })
      .end()
      .use('markdown-loader')
      .loader(require('path').resolve(__dirname, './scripts/md-loader/index.js'))
      .end()
  }
  

配置Travis自动构建部署

开始项目支持jsx vue-cli3 默认支持了

列表组件

组件创建 - action - 搜索栏参数 + 分页参数
搜索栏 - action - 搜索栏参数 + 分页参数 = 1
分页 - action - 搜索栏参数 + 分页参数 = 1分页参数

触发 分页改变 ---》 搜索栏参数 + 分页参数
搜索栏搜索 触发 ---》 搜索栏参数 + 分页参数 = 1 
0.1.1-6

3 years ago

0.1.1-4

3 years ago

0.1.1-3

3 years ago

0.1.1-5

3 years ago

0.1.1-2

3 years ago

0.1.1-1

3 years ago

0.1.1-0

3 years ago