vuejs-rethinkdb-example icon indicating copy to clipboard operation
vuejs-rethinkdb-example copied to clipboard

Vuejs + Express + RethinkDB example

Vue RethinkDB Example

Vue + Express + RethinkDB

Installation

# Install RethinkDB

http://rethinkdb.com/docs/install/

# Install dependencies
npm install

Usage

# Run RethinkDB
rethinkdb

# Run app
npm run dev