Romakita / express-vue-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 92.0%Language:Vue 8.0%