Front end

Shaun use vue3 for front end.

Setup

  • Please make Backend first
  • Require Nodejs version 16+
  • Run command (folder ‘dev/shaunsocial’ from Backend)
cd dev/shaunsocial npm install
  • For develop please continue run command (it will apply real time when develop change file)
npm run dev
  • Upload live site
    • Please run command
    • npm run build
    • Then copy folder “dev/shaunsocial/public/build” to live site

Structure

Please go to “dev/shaunsocial/resources” and see all css and js of frontend shaun system.

Reference Documents

Powered by BetterDocs