1.0.1-alpha.20 • Published 3 years ago

eslink-ui v1.0.1-alpha.20

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

项目启动流程

注: 本项目依赖 yarn, 包版本管理使用 lerna

  1. 安装依赖
$ yarn bootstrap
  1. 启动开发环境
$ yarn website-dev
  1. 打包
$ yarn build

组件开发流程

  1. 创建组件
$ yarn add esui-cli --global

$ esui add componentName -cn 组件中文名 -gn 所属类别

Example:
  esui add button -cn 按钮 -gn Basic
  1. 组件 vue 文件路径

    packages/component/src/component.vue

  2. 组件样式路径

    packages/theme-chalk/src/component.scss

  3. 组件用法用例描述 md 路径

    website/docs/zh-CN/component.md