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

https://github.com/frenchbread/vue-boilerplate

Vue boilerplate
https://github.com/frenchbread/vue-boilerplate

babel boilerplate es6 eslint template vue webpack

Last synced: about 2 months ago
JSON representation

Vue boilerplate

Awesome Lists containing this project

README

          

# vue-boilerplate

This is a clone of the official [vue-webpack-template](https://github.com/vuejs-templates/webpack)

## Build Setup

``` bash
# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report
```

> For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).