Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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