npm install
Create a .env
file at the root directory with:
VUE_APP_I18N_LOCALE='fr'
VUE_APP_I18N_FALLBACK_LOCALE='fr'
VUE_APP_API_URL='https://Your_CockpitCMS_URL/api'
VUE_APP_API_GENERAL_TOKEN='Your_token'
VUE_APP_API_IMAGE_TOKEN='Your_token'
npm run serve
npm run build
npm run test
npm run lint