1.0.6 โข Published 3 years ago
uu-w-base v1.0.6
๐ uu-w-base
w'first component libraryโจ
English | ็ฎไฝไธญๆ
๐ How to use?
Install component library
npm install uu-w-base -SDownload dependency
yarn |
npm install |
cnpm install |Introduction component
import { Vertify } from 'uu-w-base'โจ Online preview
https://zhangwai.github.io/uu-w-base/
๐ Catalog Introduction
โโโ docs                   Component documentation
โ   โโโ index.md           Home page
โ   โโโ **.**              Site Directory Document
โโโ src                    Component home directory
โ   โโโ index.ts           Component registration
โ   โโโ Foo                Component development
โโโ .eslintrc.js           eslint config
โโโ .fatherrc.ts           father config
โโโ .umirc.ts              dumi config
โโโ tsconfig.json          typescript configThe rest of the documents can be consulted by yourself.
๐ค Command introduction
| Name | Description | Remarks | 
|---|---|---|
npm run start | Project begining | Document usage dumi, component development and documentation development together | 
npm run test | Component test | - | 
npm run test:coverage | Code coverage review | - | 
npm run prettier | Code prettier | - | 
npm run build | Component packaging | Use father | 
npm run release | Component package release | - | 
npm run docs:build | Document packaging | - | 
npm run docs:deploy | Document release | The default is to use GitHub Pages | 
npm run deploy | Document package release | - |