Ni UI库
.vscode | ||
example | ||
src | ||
types | ||
.gitignore | ||
.npmignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Ni UI Vue
星撰玉衡
20250520
vue3的UI库
介绍
- 采用vite
- 使用cursor AI编程
- 参考 AntD ElementUIPlus NaiveUI等
使用方式
- 打包
npm run build:lib
git仓库
- 关联远程仓库
git remote add origin http://git.uair.cc/expressgy/ni.git
- 切换分支,推送到远程分支
git checkout -b dev
git push -u origin dev