Install Vue
- Node JS
- npm install --globall yarn => yarn global add #vue/cli
- npm install -g #vue/cli
- extensions: vetur, html css support, vue 3 snippets
vue create projname
index.html
App.vue
main.js
npm run serve
[Directory /var/www/vue]
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
[/Directory]
ProxyPass /api/ http://localhost:8080/
ProxyPassReverse /api/ http://localhost:8080/