/express-vue-mvc-starter

A Starter Kit for a MVC NodeJS/Express server running VueJS through Express-Vue

Primary LanguageJavaScript

Express-Vue MVC Starter Kit

Greenkeeper badge

This is a simple basic starter kit to use Express-Vue

Documentation is at express-vue/express-vue

To use this

Copy this repo, change the package.json, and go through the router.js file and change the settings for your cookie session storage.

To Run

  1. npm install
  2. npm start

Building and Running in prod

  1. ENV=production node app