Go to file
lvxiangcong fe6aa0b4a7 Merge branch 'master' into feature-improve-dialog 2022-11-12 17:10:46 +08:00
.husky (build)添加git提交前执行pre-commit钩子的husky和lint-staged工具 2022-11-07 09:59:46 +08:00
.vscode add prettier tool 2022-08-16 15:53:02 +08:00
bin TASK: #104293 - add clock widgets for homescreen 2022-10-04 09:11:37 +08:00
fonts TASK:#108924-修改代码 2022-09-19 09:29:57 +08:00
public TASK: #113126 - add gauss blur component 2022-09-27 15:18:53 +08:00
src Merge branch 'master' into feature-improve-dialog 2022-11-12 17:10:46 +08:00
tasks (chore)format:prettier 2022-10-27 16:58:53 +08:00
.gitignore TASK: #109666 - fix bug of container 2022-10-05 14:11:18 +08:00
.prettierignore (improve)integrate base-style to base-element 2022-09-24 15:27:51 +08:00
.prettierrc.yaml fix filenames 2022-08-18 20:42:28 +08:00
CHANGELOG.md TASK: #115114 - 添加分页管理功能 2022-10-11 13:43:51 +08:00
README.md add prettier tool 2022-08-16 15:53:02 +08:00
index.html (improve) update button 2022-09-20 15:39:00 +08:00
package.json (improve)融合按钮的黑暗模式和动效 2022-11-07 16:07:21 +08:00
pnpm-lock.yaml add prettier tool 2022-08-16 15:53:02 +08:00
tsconfig-all.json add build widgets script and format code 2022-10-07 11:20:36 +08:00
tsconfig.json 添加配置文件 2022-09-23 15:26:59 +08:00
tsconfig.node.json init vite-lit project 2022-08-09 11:11:54 +08:00
vite.config.ts (chore) format:prettier code 2022-09-19 09:45:47 +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运行示例