yarn install
yarn serve
yarn build
yarn build
the dist package is ready to be deployed to the server
Edit the .env.development file
# port for development
VUE_APP_PORT=8001
# base api url for development
VUE_APP_API_URL='http://localhost:7003/'
Edit the .env file
# port
VUE_APP_PORT=8001
# base api url
VUE_APP_API_URL='https://admin-api.claps.dev/'