Create a new vuejs project (or use the one you have).
# Create a new project:
$ vue init webpack
Go to project folder and install slideout
:
npm install --save slideout
Fill the file App.vue
with the contents I have provided with this gist.
You are good to go!