ura-components/README.md

29 lines
567 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Star-Web-Components
星光 Web 组件
## 拉取
```sh
git clone ssh://git@172.20.184.160:7999/yr/star-web-components.git
```
## 提交
从主线分支切出对应的 feature|bugfix|optimize 等关键词的分支。
```sh
git checkout -b feature-component-button master
```
## 示例运行
pnpm 是 npm 包管理领域一个新的、领先的包管理器。
若无 pnpm请先进行全局安装及切换 npm 源至[国内镜像源](https://www.npmmirror.com/)。
```sh
pnpm install # 安装开发调试依赖包
pnpm vite # 使用vite运行示例
```