This is presentation layer of aigang.network product for Iot insurance.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev - use qa environment api
npm run localdev - use local api
npm run windowsdev - use qa environment api for windows environment users
npm run windowslocaldev - use local environment api for windows environment users
# build for production with minification
npm run build - production configuration
npm run qabuild - qa configuration
# build for production and view the bundle analyzer report
npm run build --report
Production API (production branch) - https://api.aigang.network/swagger WEB (production branch) - https://platform.aigang.network
QA API (qa branch) - https://testapi.aigang.network/swagger WEB (qa branch) - https://testplatform.aigang.network
Read the manual for more details. Latest whitepaper can be found here. Documentation repository can be found here. For a detailed explanation on how Vue work, check out the guide and docs for vue-loader.
Our github backlog can be found here
Everyone is welcome to contribute this repository, just make sure your code does not have validation issues and builds without errors. Create your feature branch and send us pull request to master branch.