Skip to content

catbea/aw-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aw-ui

基于vue的前端组件库

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

使用方法

  cnpm i aw-ui -S
  
  import {Tag} from 'aw-ui'
  注册组件 
  components:{
      awTag:Tag
  }
  然后在组件使用
   <aw-tag text-color="#ad0000" round plain>热卖中</aw-tag>

About

基于vue的前端UI组件库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published