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
- Host: GitHub
- URL: https://github.com/frenchbread/vue-boilerplate
- Owner: frenchbread
- License: mit
- Created: 2017-04-18T20:30:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T11:32:30.000Z (almost 9 years ago)
- Last Synced: 2025-02-11T19:36:21.377Z (over 1 year ago)
- Topics: babel, boilerplate, es6, eslint, template, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).