sonarsoftwareinc/external_tool_template
最新稳定版本:1.0.1
Composer 安装命令:
composer require sonarsoftwareinc/external_tool_template
包简介
A template for building external tools for use with Sonar
README 文档
README
A theme based off Bootstrap for external tools.
Quick Start
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <!-- Sonar Dark Rye Theme CSS --> <link rel="stylesheet" href="assets/css/sonar-darkrye.css"> <title>Hello, world!</title> </head> <body class="sonar-darkrye"> <h1>Hello, world!</h1> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="assets/js/jquery-3.5.1.slim.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> </body> </html>
For more details on all Bootstrap core features and functionality visit:
Bootstrap Documentation: https://getbootstrap.com/docs/
统计信息
- 总下载量: 1.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-09-23