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

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

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