npm install
npm run serve
npm run build
npm run lint
my-vue-project/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ │ └── ConversationListAndChat.vue
│ ├── config/
│ │ └── api.js
│ ├── router/
│ │ └── index.js
│ ├── services/
│ │ └── DialogService.js
│ ├── App.vue
│ └── main.js
├── .env.development
├── .env.production
├── .env.testing
├── package.json
└── vue.config.js