Go to file
luojiahao 0d64d0e603 TASK: #104293 - add homescreen function for storing apps' order 2022-09-19 09:50:20 +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 (feature)build and run app on device 2022-09-01 15:04:38 +08:00
src TASK: #104293 - add homescreen function for storing apps' order 2022-09-19 09:50:20 +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 TASK #105401 StarWebComponent开发-button-合并冲突 2022-08-24 16:15:04 +08:00
CHANGELOG.md TASK: #104293 - add homescreen function for storing apps' order 2022-09-19 09:50:20 +08:00
README.md add prettier tool 2022-08-16 15:53:02 +08:00
index.html TASK #105401 StarWebComponent开发-button-合并冲突 2022-08-24 16:15:04 +08:00
package.json TASK #105401 StarWebComponent开发-button-合并冲突 2022-08-24 16:15:04 +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运行示例