Go to file
wangchangqi 6853c10a89 TASK: #105604-add indicator-page-point componet 2022-08-19 09:10:52 +08:00
.vscode add prettier tool 2022-08-16 15:53:02 +08:00
fonts add li,ul,section,button,bubble and test pages 2022-08-16 14:39:50 +08:00
public init vite-lit project 2022-08-09 11:11:54 +08:00
src TASK: #105604-add indicator-page-point componet 2022-08-19 09:10:52 +08:00
.gitignore add prettier tool 2022-08-16 15:53:02 +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
README.md add prettier tool 2022-08-16 15:53:02 +08:00
index.html add prettier tool 2022-08-16 15:53:02 +08:00
package.json add prettier tool 2022-08-16 15:53:02 +08:00
pnpm-lock.yaml add prettier tool 2022-08-16 15:53:02 +08:00
tsconfig.json add prettier tool 2022-08-16 15:53:02 +08:00
tsconfig.node.json init vite-lit project 2022-08-09 11:11:54 +08:00
vite.config.ts add prettier tool 2022-08-16 15:53:02 +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运行示例