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

https://github.com/xerrors/uni-tab

New tab add-on for Chrome
https://github.com/xerrors/uni-tab

chrome-extension edge-extension newtab-page vue

Last synced: 3 months ago
JSON representation

New tab add-on for Chrome

Awesome Lists containing this project

README

        

# Uni Tab

[使用说明](https://krance.notion.site/f560f9a308c944519faef3a327acc27b)

![demo](https://xerrors.oss-cn-shanghai.aliyuncs.com/upload/demo4.gif)

## Project setup
```
npm install -g @vue/cli
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).