0.1.1 • Published 2 years ago
zj-lowcode-material-name v0.1.1
your-material-name
一个面向 PC 的业务组件库
调试
启动调试
npm run lowcode:dev # 打开开发环境,运行所有组件
构建
npm run lowcode:build
your-material-name
├─ .commitlintrc
├─ .editorconfig
├─ .eslintignore
├─ .eslintrc.js
├─ .gitignore
├─ .markdownlint.json
├─ .markdownlintignore
├─ .prettierignore
├─ .prettierrc.js
├─ .stylelintignore
├─ .stylelintrc.js
├─ build.json
├─ build.lowcode.js
├─ CHANGELOG.md
├─ commitlint.config.js
├─ docs
│ ├─ .dumi
│ │ └─ theme
│ │ ├─ builtins
│ │ │ ├─ API.tsx
│ │ │ └─ index.scss
│ │ └─ layout.tsx
│ ├─ .umirc.ts
│ └─ src
│ ├─ colorful-button
│ │ └─ index.md
│ └─ colorful-input
│ └─ index.md
├─ f2elint.config.js
├─ package.json
├─ README.md
├─ src
│ ├─ components
│ │ ├─ colorful-button
│ │ │ ├─ colorful-button.tsx
│ │ │ ├─ index.scss
│ │ │ └─ index.tsx
│ │ └─ colorful-input
│ │ ├─ colorful-input.tsx
│ │ ├─ index.scss
│ │ └─ index.tsx
│ ├─ index.scss
│ ├─ index.tsx
│ ├─ variables.scss
│ └─ variables.tsx
├─ tsconfig.json
└─ tslint.json