===== project setup ==== vue create project_name (create new project) npm install npm install vue-router npm install primevue npm run serve (development start) run npm run build (production build) To upoad files - Directly upload the file on the server (cyberduck) in the particular folder (dist/vf/documents) - documents or images - Do the necessary changes in the view files - npm run serve (to reflect the UI changes) - npm run build - manually upload the /dist folder to server using FTP (filezila/cyberduck) - BB : 5EHMZ8XMM3q7WQ4Kh77j - Header Menu - AppHeader.vue - Router - src/router/index.js - git lfs ls-files - git lfs track "*.jpg" "*.png" "*.pdf" - git lfs push --all origin main