Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbug/biu-brower-ext
https://github.com/0xbug/biu-brower-ext
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xbug/biu-brower-ext
- Owner: 0xbug
- Created: 2022-01-11T12:34:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T14:57:15.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T21:11:41.521Z (2 months ago)
- Language: Vue
- Size: 635 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```