Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 577 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 577 Bytes

mt-components

  • 基于 VUE 开发的 UI 基础组件库
  • 代码借鉴了一些比较优秀的 UI 组件库 element ant-design-mobile
  • 采用 Sass 编写样式,可自定义 _var.scss 的变量
  • 目前组件包含了 button checkbox list loading tab spacing , 更多组件还在完善中

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint