https://github.com/akryum/vue-perf-tests
Demos for my 'Vue performance tricks' talk
https://github.com/akryum/vue-perf-tests
Last synced: over 1 year ago
JSON representation
Demos for my 'Vue performance tricks' talk
- Host: GitHub
- URL: https://github.com/akryum/vue-perf-tests
- Owner: Akryum
- Created: 2018-01-17T07:38:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T16:31:37.000Z (over 8 years ago)
- Last Synced: 2025-02-14T03:18:02.724Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 37.8 MB
- Stars: 27
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-perf-tests
Sources of the demos showed during my 'Vue performance tricks' ([slides](http://slides.com/akryum/vue-performance-tricks#/)).
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# in production mode for the profiling
npm run dev:prod
# 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).