1.0.3 • Published 3 years ago

rongx-ui v1.0.3

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

🌟 Rongx-ui

使用

npm i rongx-ui

šŸ“’ 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 config

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-
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago