Aplicación Vue de ejemplo con API REST.
-
Instalar Docker Desktop.
-
En Windows, instalar Scoop usando PowerShell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Y después instalar los comandos necesarios:
scoop install make
-
Crear el fichero
.env
a partir deenv-example
y configurar las variables. -
Construir el contenedor donde se ejecuta la aplicación:
make build
-
Instalar las dependencias de Node.js:
make install
-
Arrancar el contenedor:
make start
-
Acceder a la aplicación.
- How to consume APIs with Vuex, Pinia, and Axios
- Using Moment
- Vite - Server Options
- usePolling leads to high CPU utilization
- Vue 3 + Pinia - JWT Authentication Tutorial & Example
- How to Use Fetch with async/await
- Using Axios to set request headers
- Vue 3 + Vite - Access Environment Variables from dotenv (.env)
- Env Variables and Modes
- Form Validation in Vue 3 with Vuelidate and PrimeVue using Composition API
- Vuelidate