diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..9d05015 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "bashmish.es6-string-css", + "ecmel.vscode-html-css", + "bierner.lit-html" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 9c62168..00034d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ -# StarElement +# Star-Web-Components -星光WebUI组件 \ No newline at end of file +星光Web组件 + +## 拉取 + +```sh +git clone ssh://git@172.20.184.160:7999/yr/star-web-components.git +``` + +## 提交 + +从主线分支切出对应的 feature|bugfix|optimize 等关键词的分支。 + +```sh +git checkout -b feature-component-button master +``` + +## 示例运行 + +pnpm 是npm包管理领域一个新的、领先的包管理器。 + +若无 pnpm,请先进行全局安装及切换npm源至[国内镜像源](https://www.npmmirror.com/)。 + +```sh +pnpm install # 安装开发调试依赖包 +pnpm vite # 使用vite运行示例 +``` diff --git a/fonts/gaia-icons.ttf b/fonts/gaia-icons.ttf new file mode 100644 index 0000000..76c2dc4 Binary files /dev/null and b/fonts/gaia-icons.ttf differ diff --git a/index.html b/index.html index fdee573..5a648a5 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,40 @@