0.2.6 • Published 5 years ago

yaxh v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago