Skip to content

whoisdev/Vuejs-Express-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuejs Express App

Overview

This project is a SPA that uses Vue.js as front-end framework and Node.js as backend server.


How to start Node.js server.

npm install
nodemon bin/dev # for development
nodemon bin/dev # for production

How to start Vue.js development server.

cd ./client/
npm install
npm run serve #for development
npm run build # for production

About

This project is a SPA that uses Vue.js as front-end framework and Node.js as backend server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors