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
- Host: GitHub
- URL: https://github.com/ohbug-org/ohbug-extension-starter
- Owner: ohbug-org
- License: mit
- Created: 2020-09-25T11:29:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T09:13:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T00:12:40.787Z (4 months ago)
- Topics: ohbug, ohbug-extension, template, templates
- Language: TypeScript
- Homepage: https://ohbug.net
- Size: 730 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```