All Projects → jinhuiWong → Vux 2.0

jinhuiWong / Vux 2.0

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

Programming Languages

js
455 projects

Projects that are alternatives of or similar to Vux 2.0

Ecency Mobile
Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
Stars: ✭ 103 (-10.43%)
Mutual labels:  mobile
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+1360%)
Mutual labels:  mobile
Embla Carousel
A lightweight carousel library with fluid motion and great swipe precision.
Stars: ✭ 1,874 (+1529.57%)
Mutual labels:  mobile
Turtlebot3 simulations
Simulations for TurtleBot3
Stars: ✭ 104 (-9.57%)
Mutual labels:  mobile
Laravel Amp
Package that helps you set up AMP (Accelerated Mobile Pages) using Laravel
Stars: ✭ 106 (-7.83%)
Mutual labels:  mobile
Cordova Plugin Vibration
Apache Cordova Plugin vibration
Stars: ✭ 109 (-5.22%)
Mutual labels:  mobile
Ionic Collection
🤘 Looking for about Ionic Framework?
Stars: ✭ 101 (-12.17%)
Mutual labels:  mobile
Dayvsnight
DayVsNight - A Xamarin.Forms UI Challenge
Stars: ✭ 112 (-2.61%)
Mutual labels:  mobile
Appdevkit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs.
Stars: ✭ 1,426 (+1140%)
Mutual labels:  mobile
Nativescript Ui Feedback
This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Stars: ✭ 110 (-4.35%)
Mutual labels:  mobile
Ampify
Convert your HTML to Google AMP (Accelerated Mobile Pages)
Stars: ✭ 104 (-9.57%)
Mutual labels:  mobile
Awesome Arcore
A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 106 (-7.83%)
Mutual labels:  mobile
Appstoreconnect Cli
An easy to use command-line tool for interacting with the Apple AppStore Connect API
Stars: ✭ 110 (-4.35%)
Mutual labels:  mobile
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+1112.17%)
Mutual labels:  mobile
Presently
Android app for recording gratitude journal entries
Stars: ✭ 109 (-5.22%)
Mutual labels:  mobile
App
📱 Mobile first web app to monitor PyTorch & TensorFlow model training
Stars: ✭ 103 (-10.43%)
Mutual labels:  mobile
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+39727.83%)
Mutual labels:  mobile
Powerup Android
PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.
Stars: ✭ 114 (-0.87%)
Mutual labels:  mobile
Flutter Status Alert
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow.
Stars: ✭ 111 (-3.48%)
Mutual labels:  mobile
Create Apollo App
Create Apollo App is a command-line tool designed to generate fully-configured starter Apollo GraphQL projects with essential dependencies for developing web, server and mobile applications and zero build configuration.
Stars: ✭ 110 (-4.35%)
Mutual labels:  mobile

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].