jlglui

0.2.4 • Public • Published

jlgl-ui

叽里呱啦 C 端 UI 组件库

使用文档

本地开发

git clone https://gitlab.jiliguala.com/npm/ui/jlgl-ui.git
cd jlgl-ui
yarn
yarn start

目录说明

.
├── README.md
├── babel.config.js
├── build // 站点编译文件
├── demo // demo页模板代码
│   ├── app.js
│   ├── app.vue
│   ├── index.html
│   ├── index.vue
│   └── router.js
├── index.html // 站点首页
├── lib // 组件库编译文件
├── node_modules
├── package.json
├── packages // 组件库代码(开发者仅需关注此目录即可)
│   ├── hello // 组件库代码
│       ├── demo.vue // 组件 demo(文档站点依赖)
│       ├── doc.md // 组件文档(文档站点依赖)
│       ├── index.js // 组件代码入口
│       ├── index.scss // 组件代码样式
│       ├── index.vue // 组件代码逻辑
│   ├── config.js // 文档站点左侧组件菜单配置
│   ├── index.js // 组件集合
├── script // 编译脚本
│   ├── md-to-vue
│   ├── utils.js
│   ├── webpack.config.build.js // 组件库打包
│   └── webpack.config.js // 文档站点编译
├── src // 文档站点代码
│   ├── app.js
│   ├── app.vue
│   ├── assets
│   ├── components
│   ├── docs
│   ├── index.vue
│   ├── layout.vue
│   ├── mixins
│   ├── pages
│   ├── router.js
│   └── views
├── yarn-error.log
└── yarn.lock

Readme

Keywords

none

Package Sidebar

Install

npm i jlglui

Weekly Downloads

1

Version

0.2.4

License

MIT

Unpacked Size

150 kB

Total Files

35

Last publish

Collaborators

  • jimmychou