Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 635 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 635 Bytes

nh3-exp1

Project setup

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'

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.