Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xbug/biu-brower-ext


https://github.com/0xbug/biu-brower-ext

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# [biu浏览器扩展](https://github.com/0xbug/biu-brower-ext)

# 如何开发

前端使用了 https://arco.design/vue/docs/start
## 安装Vue CLI
```
npm install -g @vue/cli
```

## 安装依赖
```
npm install
```

### 开发模式,然后浏览器加载dist目录
```
npm run serve
```

### 构建
```
npm run build
```

### Lints and fixes files
```
npm run lint
```