Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sachin-philip/vue-boilerplate

Vue2 BoilerPlate with babel7/weback4
https://github.com/sachin-philip/vue-boilerplate

babel-loader babel7 css-loader sass vue-router vuejs webpack4

Last synced: 3 days ago
JSON representation

Vue2 BoilerPlate with babel7/weback4

Awesome Lists containing this project

README

        

# Vue Boilerplate

The project is an alternative for vue-cli more focused on build configuration along with vue-router. Vue-cli is one of the best bundling settings ever, Idea of this project is to improve the user understanding of the underhood working of the bundling process in depth.

Following are the build configuration included in this project.

- webpack `webpack.config.js`
- sass-loader
- css-loader
- IgnorePlugin like `locale`, `moment`
- babel `.babelrc`
- eslint `.eslint`
- Airbnb Standard

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

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

*Thanks*