Dicto Clone the repository and create a .env file in the root directory of the project git clone https://github.com/boisvertmathieu/dicto.git cd dicto touch .env Add the following VUE_APP_API_KEY=<your api key> VUE_APP_API_HOST=<your api host> VUE_APP_URL=<you api base url> Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration Reference.