3.0.8 • Published 6 years ago

qt-angular-ui v3.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

GitHub version npm version js-standard-style

Build Status codecov Dependency Status

QT Angular UI

简介

使用

普通导入

const angular = require('angular')
const QtUI = require('qt-angulat-ui')
angular.module('app', QtUI)

Webpack 导入

import angular from 'angular'
import Toast from 'qt-angulat-ui/Toast'

angular.module('app', [Toast])

Wepback 配置

编写规范

  • 使用 ES6 语法
  • 代码格式使用 StandardJS

注意事项

目前部分项目正在迁移公用库,部分组件还没完善,依赖也还没增加完毕,因此可能直接调用整个库会使用不了。目前 1.* 系列版本,入门使用成本还是比较高。

CHANGELOG

点此查看CHANGELOG

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.1.0

6 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago