Go to file
汪昌棋 5aabf0b78f Merge pull request #34 in YR/star-web-components from feature-component-clock to master
* commit '92a8dfcc39922a719c2c6787d56455fa49527c2a':
  TASK:#110955 解决冲突
  TASK:#110955修改部分冲突
  TASK:#110955 添加时钟旋转动画,修改时钟整体布局为自适应布局
  TASK:#110955 添加不同时钟样式,实现基本传值功能
  TASK:#110955 StarWebComponents开发-clock
2022-09-22 20:26:37 +08:00
.vscode add prettier tool 2022-08-16 15:53:02 +08:00
fonts TASK:#108924-修改代码 2022-09-19 09:29:57 +08:00
public (feature)build and run app on device 2022-09-01 15:04:38 +08:00
src Merge pull request #34 in YR/star-web-components from feature-component-clock to master 2022-09-22 20:26:37 +08:00
tasks (arch) change to monorepo arch, to be integretted better. 2022-09-22 11:09:13 +08:00
.gitignore (arch) change to monorepo arch, to be integretted better. 2022-09-22 11:09:13 +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 Merge pull request #34 in YR/star-web-components from feature-component-clock to master 2022-09-22 20:26:37 +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 (arch) change to monorepo arch, to be integretted better. 2022-09-22 11:09:13 +08:00
pnpm-lock.yaml add prettier tool 2022-08-16 15:53:02 +08:00
tsconfig-all.json (arch) change to monorepo arch, to be integretted better. 2022-09-22 11:09:13 +08:00
tsconfig.json TASK:#109167 增加手势框架和星光组件基类代码,修复代码使其通过编译。 2022-09-19 09:38:45 +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运行示例