I am trying to get started with this: https://github.com/vuejs/vue-router
I have cloned the package, and followed the instructions to build:
npm install
npm run build
But I am receiving a "Require is not defined" error on:
var Vue = require('vue')
var VueRouter = require('../src')
in /example/example.js
I have installed node and browserify... Not sure what to do.