Routing Example
# install dependencies
$ npm install
# serve with hot reload at localhost:3336
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
In the API folder there is a mysql database dump, and a php file to provide a simple API, set up the database and edit the php file to connect to your database, then change line 51 in pages/_vue to point to your api.
Read more at: [https://tamethebots.com/blog-n-bits/status-codes-in-ssr-csr-sites]