Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvc12/vju-extension-boilerplate
:tada: boilerplate for chrome extension with Vue typescript using babel and webpack
https://github.com/tvc12/vju-extension-boilerplate
babel boilerplate chrome-extension vue vue-webpack webpack
Last synced: 4 days ago
JSON representation
:tada: boilerplate for chrome extension with Vue typescript using babel and webpack
- Host: GitHub
- URL: https://github.com/tvc12/vju-extension-boilerplate
- Owner: tvc12
- License: mit
- Created: 2020-06-19T07:41:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:51:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T15:55:24.372Z (over 1 year ago)
- Topics: babel, boilerplate, chrome-extension, vue, vue-webpack, webpack
- Language: Vue
- Homepage:
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vju-extension-boilerplate
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).