Skip to content

mrzasad/Vue-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

VueDemo

This is a front-end App built using Vue.JS javascript framework. It contains Add, Update and Index Pages for managing customers.

This app uses CustomerAPI project as backend and its source code is located at https://github.com/mrzasad/CustomerAPI

To run this app, first open command prompt and move to the directory containing the package.json file which is also the root directory of the application. Then, run the following command to install all dependencies for the first time: npm install

Next, run the following command to run app and browse it at localhost:8080 npm run serve