Create a .env file, with:
VITE_API_PATH=https://***/api
VITE_CMS_PATH=https://***/api/***/
Update paths if necessary.
git pull; yarn install; yarn build; chown www-data: ./ -R
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).