https://github.com/josh-mchugh/tubecentric-chrome-extension
First project to build a Vue web component for a Chrome Extension.
https://github.com/josh-mchugh/tubecentric-chrome-extension
chrome-extension vue
Last synced: 3 months ago
JSON representation
First project to build a Vue web component for a Chrome Extension.
- Host: GitHub
- URL: https://github.com/josh-mchugh/tubecentric-chrome-extension
- Owner: josh-mchugh
- Created: 2022-08-08T04:14:21.000Z (almost 3 years ago)
- Default Branch: READ-ME-UPDATE
- Last Pushed: 2022-08-08T04:14:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T12:17:08.661Z (5 months ago)
- Topics: chrome-extension, vue
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
# lean-tubecentric-ext-3## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).