How to config Vue JS on ZTI server (Ubuntu).

This is the document how to config Vue JS after deploying webapp on ZTI dev server. 1. Create and config .htaccess file on the webapp root project folder. RewriteEngine OnRewriteBase /RewriteRule ^index.html$ – [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /<webapp_path>/index.html [L] 2. Setup new deployment in Jenkins with this template.http://jenkins.ztidev.com/jenkins/view/KHA.ZealNews/job/Dev._KHA-CMS/configure 3. Config Nginx $ vi […]

Teerakorn Bounoy

April 6, 2023