numavui-wap
v1.1.5
Published
怒马科技移动端vue ui库
Downloads
5
Readme
简介
- 怒马vue移动端ui库
构建发布
- index.js引入lib组建
- yarn build构建
- npm publish 发布
注意: npm源不要设置为淘宝等镜像源
npm addUser账号密码如下:
用户名:numatech
账号:[email protected]
密码:numa-npm-1
使用
- yarn add numavui-wap
- 在项目入口引入numavui-wap/dist/css/main.css样式文件
- 再需要的地方引入组件
import { Test } from "numavui-wap";
...省略
component: {
Test
}
...