Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
/ vux-2.0 Public archive

根据vux修改升级的vux2,基于vue,weui的ui组件库

License

Notifications You must be signed in to change notification settings

jinhuiWong/vux-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4d5127 · Jun 13, 2017

History

40 Commits
Dec 12, 2016
Dec 13, 2016
Jan 16, 2017
Dec 12, 2016
Dec 12, 2016
Dec 14, 2016
Dec 12, 2016
Dec 14, 2016
Jun 13, 2017
Nov 22, 2016
Jan 31, 2017
Dec 12, 2016
Dec 21, 2016
Dec 12, 2016
Dec 30, 2016

Repository files navigation

vux-2.0

根据vux-https://github.com/airyland/vux 修改升级的2.0

Docs

Demo

http://jhwong.cn/vux2
(You can view the demos' codes in /src/demos)

Use

# install 
npm install vuxx

#vue-cli项目引用
#在webpack.base.conf.js添加loader

{
  test: /vuxx.src.*?js$/,
  loader: 'babel'
}

#使用组件
<template>
  <div>
    <group>
      <cell title="示例"></cell>
    </group>
  </div>
</template>

<script>
import Cell from 'vuxx/src/components/Cell'
import Group from 'vuxx/src/components/Group'
export default {
  components: {
    Group,
    Cell
  }
}
</script>

Development Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

交流qq群:537322257 alt text