Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 569 Bytes

gPiggy

Routing Example

Build Setup

# 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]