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
- Host: GitHub
- URL: https://github.com/xerrors/uni-tab
- Owner: xerrors
- License: mit
- Created: 2022-08-01T16:26:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T16:37:42.000Z (over 2 years ago)
- Last Synced: 2025-01-07T22:42:55.010Z (5 months ago)
- Topics: chrome-extension, edge-extension, newtab-page, vue
- Language: Vue
- Homepage:
- Size: 926 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uni Tab
[使用说明](https://krance.notion.site/f560f9a308c944519faef3a327acc27b)

## 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/).