1.8.30 • Published 2 months ago
@seven_lives/app-header v1.8.30
# app-header
这是一个基于 Web Component 的项目,支持通过自定义标签 `<app-header></app-header>` 进行组件引入。
## 安装
请确保你的环境已经安装了 [Node.js](https://nodejs.org/)。
1. 克隆仓库到本地:
```bash
git@gitlab.easeus.com:om/aurylab-public.git
cd aurylab-public
安装依赖:
npm install
编译
使用以下命令进行项目构建:
npm run build
构建完成后,相关资源会输出到 dist
目录下。
引入和使用
在你的项目 HTML 文件中,导入 dist
文件夹中的 JS 和 CSS 文件,例如:
<link rel="stylesheet" href="dist/app-header.css">
<script src="dist/app-header.js"></script>
然后你可以直接在 HTML 中使用 <app-header>
标签:
<app-header></app-header>
贡献
欢迎提交 issue 和 pull request!
License
1.8.20
2 months ago
1.8.21
2 months ago
1.8.22
2 months ago
1.8.23
2 months ago
1.8.24
2 months ago
1.8.25
2 months ago
1.8.26
2 months ago
1.8.27
2 months ago
1.8.28
2 months ago
1.8.29
2 months ago
1.8.30
2 months ago
1.8.15
2 months ago
1.8.16
2 months ago
1.8.17
2 months ago
1.8.18
2 months ago
1.8.19
2 months ago
1.8.14
2 months ago
1.8.13
2 months ago
1.8.12
2 months ago
1.8.11
2 months ago
1.8.10
2 months ago
1.8.9
2 months ago
1.8.8
2 months ago
1.8.7
2 months ago
1.8.6
2 months ago
1.8.5
2 months ago
1.8.4
2 months ago
1.8.3
2 months ago
1.8.2
2 months ago
1.8.1
2 months ago
1.8.0
2 months ago
1.7.0
2 months ago
1.6.0
2 months ago
1.5.0
2 months ago
1.4.0
2 months ago
1.3.0
2 months ago
1.2.0
2 months ago
1.1.2
2 months ago
1.1.1
2 months ago
1.1.0
2 months ago
1.0.9
2 months ago
1.0.8
2 months ago
1.0.7
2 months ago
1.0.6
2 months ago
1.0.5
2 months ago
1.0.4
2 months ago
1.0.3
2 months ago
1.0.2
2 months ago
1.0.1
2 months ago
1.0.0
2 months ago