blog saya itu pake shared hosting ada fungsi SSR yang gak jalan misal klo nembak langsung ke URL detail artikel bakal error 404 tapi jika di jalanin nya di VPS dya gak error , result nya sesuai
blog saya sepertinya bakal saya ganti karena keperluan SEO jd live preview nya cuma di gif aja mau pake VPS masih pikir pikir dlu hehe
Nuxt.js project
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.