eslink-ui-test
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

项目启动流程

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

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

组件开发流程

  1. 创建组件
$ npm i esui-cli -g

$ 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

/eslink-ui-test/

    Package Sidebar

    Install

    npm i eslink-ui-test

    Weekly Downloads

    8

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    1.93 MB

    Total Files

    569

    Last publish

    Collaborators

    • njr