1.0.10 • Published 2 years ago
aps-app-components2 v1.0.10
移动端npm库
使用说明
1、切换私有npm数据源
npm config set registry http://172.19.9.9:4873/
2、下载依赖
npm install @aisino/aps-app-components -S
3、安装使用
在 main.js 中进行安装配置
import apsappcomponents from '@aisino/aps-app-components'
Vue.use(apsappcomponents)
单独引用某个组件
import { Render } from '@aisino/aps-app-components'
Vue.use(Render)
import { Render } from '@aisino/aps-app-components';
components: {
Render,
},
组件开发说明
文件夹结构说明
|-@aisino/aps-app-components
|-packages
|-Render 组件文件夹
|-src
|-组件相关
|-index.js 组件配置文件
!-index.js 组件注册配置文件