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

https://github.com/gustavoquinalha/vue-webpack-simple-css

Simple webpack for vue
https://github.com/gustavoquinalha/vue-webpack-simple-css

vue vuejs2 webpack

Last synced: 3 months ago
JSON representation

Simple webpack for vue

Awesome Lists containing this project

README

          

# Vue Webpack-simple thinking in CSS

[![Greenkeeper badge](https://badges.greenkeeper.io/gustavoquinalha/vue-webpack-simple-css.svg)](https://greenkeeper.io/)

> [Original repo](https://github.com/vuejs-templates/webpack-simple)

## Build Setup

``` bash
# install dependencies
npm install

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

# dev-server at localhost:8080
npm run watch

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).