ijijin-view

0.9.2 • Public • Published

ijijin-view

ijijin-view是根据开发频率抽离业务封装而成的前端库,这里是VueJs的移动端版本,适用于移动端业务开发。

Version

1.0.0

update info

  • 2019.05.09: rem -> vw

compatibility

  • ios8.1+
  • android4.4+

Install

    npm i --save-dev ijijin-view

Usage

Global components

  • Alert
  • Toast
  • Button
  • Icon(min) See the documentation for more details.
	<template>
		<div>
			<v-icon type="lock"/>
			<v-button type="red" @click="showAlert">btn</button>
		</div>
	</template>
	export default {
		data () {
			return {}
		},
		
		methods: {
			showAlert () {
				this.$alert.show('alert')
			}
		},
		
		created() {
			this.$toast.show('toast show')
		}
	}
	

Navigation components

  • Tab
  • Slider
  • HorseRaceLamp See the documentation for more details.

Form components

Other components

Developers

contact

michealwayne@163.com

last change

2019.05.09

同花顺爱基金前端© 2019

Readme

Keywords

Package Sidebar

Install

npm i ijijin-view

Weekly Downloads

0

Version

0.9.2

License

ISC

Unpacked Size

81.9 kB

Total Files

65

Last publish

Collaborators

  • michealwayne
  • wzhiyong