Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 440 Bytes

vue-service-model Example

Example project for vue-service-model.

This project contains an example frontend usage of vue-service-model and a small Express.js REST backend API.

Project setup

npm install

Start frontend

npm run serve

Start backend

npm run serve:backend