patrickbolle / vue-horizon

Vue + Horizon Note Taking Tutorial
16 stars 1 forks source link

vuehorizon

A Vue.js + Horizon JS tutorial

This application goes over the basics on how to connect Vue JS with RethinkDB's Horizon project. This is really fast stack to work with and there isn't much documentation out there for connecting the two so I figured I'd build a tutorial to get people started. I'll be going over the following:

I will be posting the different sections of this tutorial on my website.

Hope you can learn something from this!

Build Setup

# install dependencies
npm install

# start horizon server
hz serve --dev

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

# build for production with minification (haven't tested yet, should work though...)
npm run build