This is a pure client for LINE to connect their Talk Service, communicate with your friends and groups online.
This is a side project that it is not ensuring your account whether will be banned by LINE Corp.
I still have not received any acception and authorization from LINE, but looking forward someday.
The software is licensed under Mozilla Public License v.2.0.
[2020/10/10] LINE Corporation requested, due to the issue of account security, the service is unavailable temporary.
This is an opensource software, you can build and deploy this project on your own.
The project is created by Vue-CLI. So Node.js (>= v8.10.0) is required on the platform you want to compile on.
If Node.js with npm(a node.js packages manager) have been installed, please type the command.
npm installThe npm will install the packages required by XIA automatically.
You have 2 ways to execute XIA.
npm run serveThe method is usually to be used by the developers hope to find out some bug or design the new features.
Please not to use the way as the production because the files by hot-reload, and the temporary server is not suitable for this environment.
npm run buildAfter the command, the source files will be compiled and put in the dist/ directory.
If you are suffering syntax mistakes or something, try the command.
npm run lintWhen there is any bug found, please request an issue or pull request on my GitHub. Thank you.

