# clone the project
git clone http://gitlab.dev.bgaex.com/frontpage/us
# enter the project directory
cd us
# install dependency
npm install
# develop
npm run devYou can see the local test address in the terminal.
E.g http://192.26.44.22:8080
# build for production
npm run buildIf you want to understand and modify the code, You need to know about Node.js, npm, Vue, Vue-router, Vuex.