34 lines
409 B
Markdown
34 lines
409 B
Markdown
# Ni UI Vue
|
|
|
|
> 星撰玉衡
|
|
> 20250520
|
|
|
|
vue3的UI库
|
|
|
|
## 介绍
|
|
|
|
1. 采用vite
|
|
2. 使用cursor AI编程
|
|
3. 参考 AntD ElementUIPlus NaiveUI等
|
|
|
|
## 使用方式
|
|
|
|
1. 打包
|
|
|
|
```bash
|
|
npm run build:lib
|
|
```
|
|
|
|
## git仓库
|
|
|
|
1. 关联远程仓库
|
|
|
|
```bash
|
|
git remote add origin http://git.uair.cc/expressgy/ni.git
|
|
```
|
|
|
|
2. 切换分支,推送到远程分支
|
|
```bash
|
|
git checkout -b dev
|
|
git push -u origin dev
|
|
``` |