0.1.12 • Published 2 years ago
gyc-component-library
Licence
—
Version
0.1.12
Deps
3
Size
59 kB
Vulns
1
Weekly
0
gyc-component-library
git仓库
打包(打包后上传到npm仓库)
npm run lib
启动
npm run serve
本地调试测试
npm run start npm link npm i xxx
npm 仓库
安装依赖
npm i gyc-component-library
使用 main.js中
import gyc from 'gyc-component-library' import 'gyc-component-library/lib/gyc.css' Vue.use(gyc)