https://github.com/d2-projects/template-chrome-extension
https://github.com/d2-projects/template-chrome-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2-projects/template-chrome-extension
- Owner: d2-projects
- Created: 2019-06-25T06:27:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T23:31:57.000Z (over 3 years ago)
- Last Synced: 2025-04-07T09:38:54.791Z (about 1 year ago)
- Language: JavaScript
- Size: 3.62 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-extension
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).