Usage This is only the part of frontend about a simple chat application. 1. Install dependencies. $ npm install 2. Run the app for development. $ npm run dev 3. Build for release, if all ready. Modify apiUrl in ./src/config.js for production mode. $ npm run build