An open API service indexing awesome lists of open source software.

https://github.com/ohbug-org/ohbug-extension-starter

A simple starter to get up quickly with Ohbug Extension
https://github.com/ohbug-org/ohbug-extension-starter

ohbug ohbug-extension template templates

Last synced: about 2 months ago
JSON representation

A simple starter to get up quickly with Ohbug Extension

Awesome Lists containing this project

README

        



Ohbug


开源应用信息监控平台


# OhbugExtension starter

使用这个模板仓库创建属于你的 Ohbug 扩展。

[English](./README.md) | 简体中文

## 开始

1. **Git clone the repo.**
```shell
git clone [email protected]:ohbug-org/ohbug-extension-starter.git
```
1. **安装依赖**
```shell
cd ohbug-extension-starter/
pnpm i
```
1. **开始调试**
```shell
pnpm run dev
```
1. **打包**
```shell
pnpm run build
```