npm install
npm run serve_local_dev
npm run serve_local_pro
Note that we don't have to use this command. The code in .github/workflows will automatically call this command. For gitlab without git-action the workflow doesn't work.
Just replace the serve
with build
in the above commands.
npm run build_github
Remember to add some suffix like /api/v2
.