1.0.4 • Published 1 year ago

wskco v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

WSK Design

简体中文 | English

📒 Catalog Introduction

├─ .editorconfig
├─ .fatherrc.ts                    father config
├─ .gitignore
├─ .prettierignore
├─ .prettierrc
├─ docs                            Document storage path
│  ├─ guide
│  ├─ index.en-US.md                 English Home page
│  └─ index.md                       Home page
├─ LICENSE
├─ package.json
├─ README.en-US.md
├─ README1.md
├─ src                              Component home directory
│  ├─ animate-component              Animate components
│  │  ├─ AnimateLineSimpleText
│  │  ├─ AnimateLineText
│  │  ├─ BreakText
│  │  ├─ NumberCount3D
│  │  ├─ OutlineAnimation
│  │  └─ StringRain
│  ├─ components                     Base components
│  │  ├─ Alert
│  │  ├─ Button
│  │  ├─ Divider
│  │  ├─ GlobalConfig
│  │  ├─ Layout
│  │  ├─ List
│  │  ├─ Menu
│  │  ├─ Message
│  │  ├─ Pagination
│  │  ├─ Select
│  │  ├─ Skeleton
│  │  ├─ Space
│  │  ├─ Switch
│  │  └─ Transition
│  ├─ design                          Description of Design
│  │  ├─ Colors
│  │  └─ Font
│  ├─ feat-components                 Eeat components
│  │  ├─ DownloadButton
│  │  ├─ DragList
│  │  ├─ FPS
│  │  ├─ RightMenu
│  │  ├─ SliceUpload
│  │  ├─ VirtualList
│  │  └─ Watermark
│  ├─ global.scss                     Global style
│  ├─ index.d.ts
│  ├─ index.ts
│  └─ styles                           Custom style
├─ tsconfig.json
├─ typings.d.ts
└─ yarn.lock

The rest of the documents can be consulted by yourself.

🤖 Command introduction

NameDescriptionRemarks
npm run startProject beginingDocument usage dumi, component development and documentation development together
npm run testComponent test-
npm run test:coverageCode coverage review-
npm run prettierCode prettier-
npm run buildComponent packagingUse father
npm run releaseComponent package release-
npm run docs:buildDocument packaging-
npm run docs:deployDocument releaseThe default is to use GitHub Pages
npm run deployDocument package release-