This project is crafted using vue-enterprise-boilerplate. It's an SPA project using Vue CLI 3.
# 1. Open command line and go to this folder
# 2. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install
yarn install
# 3. Run following command to start the development server
yarn dev
For reviewing prohect structure and other details, please visit their official documentation.