项目作者: vue-multiple

项目描述 :
基于 Vue2.x 的栅格系统组件。Vue-based grid system component
高级语言: Vue
项目地址: git://github.com/vue-multiple/grid.git


grid

Element Grid clone, and did just a little change. If you have a better idea of this component improvement, please share it and I will update it immediately.

Install

  1. npm install vue-multiple-grid -S

Quick Start

  1. import vue from 'vue'
  2. import {Row, Col} from 'vue-multiple-grid'
  3. import 'vue-multiple-grid/lib/grid.css'
  4. Vue.component(Row.name, Row)
  5. Vue.component(Col.name, Col)

Build Setup

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run demo:dev
  5. # build for demo with minification
  6. npm run demo:build
  7. # build for gh-pages with minification
  8. npm run demo:prepublish
  9. # build for production with minification
  10. npm run build
  11. # generate gh-pages
  12. npm run deploy

LICENSE

MIT