1.0.4 • Published 5 years ago

teui v1.0.4

Weekly downloads
21
License
-
Repository
-
Last release
5 years ago

teui

基于VUE的UI框架
适配:根据场景需求,不同组件适配不同
在线文档:https://tangtangjia.github.io/teui/#/


下载

  npm i teui

使用

  import teui from 'teui'
  import 'teui/package/teui.min.css'
  Vue.use(teui)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test