# execute the following command in the root folder
npm install
# execute the following command in the app folder
npm install
# execute the following commands in the app folder
# build the static files
npm run build
# create frontend debug server
npm run serve
# improve code styling
npm run lint
# execute the following command in the root folder
node server.js
# execute the following command in the app folder
vuese serve --open
# execute the following command in the app folder
vuese gen