Commit 3349bf3f authored by 何虹's avatar 何虹 💬

说明

parent 39ca82b0
Pipeline #22885 canceled with stages
# ui
# hs-sky-ui
- 基于elementUI 二次封装组件库
- 子组件在src/packages下面
# 如何发布组件库
- 编译
- npm run build-bundle
- git管理保证本地代码干净已提交代码库管理
- git add .
- git commit -am '本次提交的说明'
- 开始发布npm
- npm login
- npm version patch
- npm publish
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment