0.1.3 • Published 2 years ago

test-web-factory v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@edgeros/web-factory

Factory Component Library

Install

npm i @edgeros/web-factory

Quickstart

import WebFactory from '@edgeros/web-factory';
const VueApp = createApp(App);
VueApp.use(WebFactory)

// OR

import { defineComponent } from 'vue';
import { PlaneLayout } from 'test-web-factory'
export default defineComponent({
  components: {
    PlaneLayout
  }
})

List of all components

  • wf-plane-layout:工厂平面布局
  • wf-scan:扫码
  • wf-vsoa-setting:VSOA服务配置