vue-base-demo Start Server for Website Install http-server: npm install http-server -g Usage http-server: http-server Now you can visit http://localhost:8080 to view your server Start Server for API Install JSON Server npm install -g json-server Start JSON Server json-server --watch db.json