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

https://github.com/igorhalfeld/code-splitting-vuejs-talk

A talk about code splitting with Vue.js and Webpack at @Accenture
https://github.com/igorhalfeld/code-splitting-vuejs-talk

Last synced: about 1 month ago
JSON representation

A talk about code splitting with Vue.js and Webpack at @Accenture

Awesome Lists containing this project

README

          

## Code splitting with Vue.js and Webpack

> A talk about code splitting with Vue.js and Webpack at @Accenture

### DEMO

- [Vue router example](https://github.com/Halfeld/code-splitting-vuejs-talk/tree/router-example)
- [Prevent Duplication example](https://github.com/Halfeld/code-splitting-vuejs-talk/tree/prevent-duplication)
- [Entry points example](https://github.com/Halfeld/code-splitting-vuejs-talk/tree/entry-points)

### Build Setup

``` bash
# install dependencies
npm install

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

# 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).