https://github.com/0xbug/biu-brower-ext
https://github.com/0xbug/biu-brower-ext
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xbug/biu-brower-ext
- Owner: 0xbug
- Created: 2022-01-11T12:34:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T14:57:15.000Z (over 4 years ago)
- Last Synced: 2025-06-27T13:48:28.902Z (about 1 year ago)
- Language: Vue
- Size: 635 KB
- Stars: 12
- 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
```