1.1.2 • Published 5 years ago

vuejs-express-generator v1.1.2

Weekly downloads
4
License
ISC
Repository
-
Last release
5 years ago

Welcome to Vue.js-Express Generator

This is designed to erect an app scaffold which use Vue.js for frontend and Express for backend.

Installation

$ npm install -g vuejs-express-generator

Quick Start

Create your App:

$ vue-express { project directory }

Move to the directory of the App:

$ cd { project directory }

Install all dependancies:

$ npm install

Start Vue.js & Express application at http://localhost:3000 :

$ npm start

Command Line Options

Updating New features for different options