0.2.6 • Published 6 years ago

yaxh v0.2.6

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

介绍

基于vue的ui移动端框架!

安装

npm安装

npm install yaxh --S

引入

#main.js中引入

#引入局部组件
import Vue from 'vue';
import { yButton } from 'yaxh';
import 'yaxh/lib/yaxh.css';
Vue.use(yButton);
#引入全部组件
import Vue from 'vue';
import yaxh from "yaxh";
import 'yaxh/lib/yaxh.css';

Vue.use(yaxh)

注意事项

如果引入yaxh的样式支持编译失败,请确保安装了css loader依赖
npm install css-loader --S 
0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago