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
- Host: GitHub
- URL: https://github.com/igorhalfeld/code-splitting-vuejs-talk
- Owner: IgorHalfeld
- Created: 2017-10-08T00:19:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T04:45:21.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T22:32:50.287Z (over 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).