This is a sample way of adding Intercom into a Vue App, it does not account for server side operations.
Before running ensure that you add your APP_ID to /public/index.html (line 9), and /src/App.vue (line 38).
npm install
npm run serve
npm run build
npm run lint