Commit 7a5bfd9a authored by 何虹's avatar 何虹 💬

新增使用说明

parent 3349bf3f
Pipeline #22886 canceled with stages
......@@ -11,5 +11,12 @@
- npm login
- npm version patch
- npm publish
# 其他项目如何使用
- npm i hs-sky-ui -S
- 在入口文件main.js引入
```
import hsSkyUi from 'hs-sky-ui'
import 'hs-sky-ui/lib/hs-sky-ui.css'
Vue.use(hsSkyUi)
```
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