0.0.1-alpha.16 • Published 5 years ago
present-ui v0.0.1-alpha.16
Present UI
Present UI - A Vue.js 3.0 UI library
- 💪 Vue 3.0 Composition API
- 🔥 Written in TypeScript
Status: Alpha
This project is under development.
Documentation
You can find for more details, API, and other docs on https://present-ui.gitee.io
Bootstrap project
With command
$ yarn bootstrapthe project will install all dependencies and run lerna bootstrap to initialize the project
Website preview
With command
$ yarn website-devthe project will launch website for you to preview all existing component
You can also use this command to start a blank page to debug
$ yarn website-dev:play
//source file: ./website/play/index.vueComponent migration process
- Convert the item in https://github.com/present-ui/present-ui/projects/1 to an issue
- Assign yourself to the issue
- Author your component by generating new component command below
- Migrate tests and docs
- Open a new pull request, fill in the component issue link in 1
Generate new component
With command
$ yarn gen component-nameNote the component-name must be in kebab-case, combining words by replacing each space with a dash.
Commit template
With command
yarn czExample
[TYPE](SCOPE):DESCRIPTION#[ISSUE]
# example feat(button):add type 'button' for form usage #12340.0.1-alpha.16
5 years ago
0.0.1-alpha.15
5 years ago
0.0.1-alpha.14
5 years ago
0.0.1-alpha.13
5 years ago
0.0.1-alpha.12
5 years ago
0.0.1-alpha.11
5 years ago
0.0.1-alpha.10
5 years ago
0.0.1-alpha.7
5 years ago
0.0.1-alpha.8
5 years ago
0.0.1-alpha.9
5 years ago
0.0.1-alpha.6
5 years ago
0.0.1-alpha.5
5 years ago
0.0.1-alpha.4
5 years ago
0.0.1-alpha.3
5 years ago
0.0.1-alpha.2
5 years ago
0.0.1-alpha.1
5 years ago