1.1.12 • Published 4 years ago

hy-frontend-components-test v1.1.12

Weekly downloads
42
License
-
Repository
-
Last release
4 years ago

hy-frontend-components

这是华云可视化工具项目组-神笔的一个线上的组件包管理。

install

npm install hy-frontend-components-test -S

use

/main.js
import Vue from 'vue'
import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css";
import HyFrontendCompoents from "hy-frontend-components-test";
Vue.use(ElementUI);
Vue.use(HyFrontendCompoents);

build

npm run build

dev

npm run dev