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
- Host: GitHub
- URL: https://github.com/gustavoquinalha/vue-webpack-simple-css
- Owner: gustavoquinalha
- Created: 2017-06-01T19:56:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T20:28:02.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T00:16:53.437Z (over 1 year ago)
- Topics: vue, vuejs2, webpack
- Language: JavaScript
- Homepage: http://quinalha.me/vue-webpack-simple-css/
- Size: 382 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Webpack-simple thinking in CSS
[](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).