Go to file
wangguoqing 48f16a25c4 TASK:#108924-修改组件的实现方式并增加了相应的功能 2022-09-15 16:25:43 +08:00
.vscode add prettier tool 2022-08-16 15:53:02 +08:00
fonts TASK:#108924-优化了鼠标点击事件的响应范围 字体的样式细节 输入框背景色的显示bug 2022-09-09 16:44:57 +08:00
public (feature)build and run app on device 2022-09-01 15:04:38 +08:00
src TASK:#108924-修改组件的实现方式并增加了相应的功能 2022-09-15 16:25:43 +08:00
.gitignore (feature)build and run app on device 2022-09-01 15:04:38 +08:00
.prettierignore add prettier tool 2022-08-16 15:53:02 +08:00
.prettierrc.yaml fix filenames 2022-08-18 20:42:28 +08:00
CHANGELOG.md TASK: #103600 - fix bugs of container exchange stradegy 2022-09-07 15:39:33 +08:00
README.md add prettier tool 2022-08-16 15:53:02 +08:00
index.html TASK: #106719-(feat)add star-blur component 2022-08-24 15:58:06 +08:00
package.json TASK: #106719-(feat)add star-blur component 2022-08-24 15:58:06 +08:00
pnpm-lock.yaml add prettier tool 2022-08-16 15:53:02 +08:00
tsconfig.json (feature)build and run app on device 2022-09-01 15:04:38 +08:00
tsconfig.node.json init vite-lit project 2022-08-09 11:11:54 +08:00
vite.config.ts (feature)build and run app on device 2022-09-01 15:04:38 +08:00

README.md

Star-Web-Components

星光 Web 组件

拉取

git clone ssh://git@172.20.184.160:7999/yr/star-web-components.git

提交

从主线分支切出对应的 feature|bugfix|optimize 等关键词的分支。

git checkout -b feature-component-button master

示例运行

pnpm 是 npm 包管理领域一个新的、领先的包管理器。

若无 pnpm请先进行全局安装及切换 npm 源至国内镜像源

pnpm install # 安装开发调试依赖包
pnpm vite    # 使用vite运行示例