1.1.16 • Published 5 years ago

hzdracom-ui-prod v1.1.16

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

hzdracom-ui

A Component Library for Vue.js.

通用库(私有库)安装和发布流程

cnpm i nrm -g

nrm ls

nrm add sinopia http://192.168.8.200:4873/

nrm use sinopia

npm login

test

123456

546578965@qq.com

npm publish

通用库依赖安装

删除 node_modules 文件夹

安装nrm 管理

nrm ls

nrm add sinopia http://192.168.8.200:4873/

nrm use sinopia

先安装通用库 npm install hzdracom-ui --save-dev

通用库使用

import hzdracomUI from 'hzdracom-ui'

import 'hzdracom-ui/lib/theme-default/index.css';

Vue.use(hzdracomUI)