Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 853 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 853 Bytes

vue.js + express.js app starter

Included

  • vue + vue-router with example components
  • express server with routes and api
  • simple json based database (lowdb)
  • building\watching scripts and tools

Installation

Best way to install is from vue-cli.

  1. npm install -g vue-cli install vue-cli

  2. vue init rdxi/vue-express new-project create new vue-express app

Done!

(Or you can just download template manually and update package.json with new app name, description, author)

Usage

npm install install dependencies

npm run watch watch client and server at localhost:3000

npm run build-client build and minify client js for production