- Install dependencies
npm i
- Run developer mode
npm run serve
- Test in developer mode Open a browser and digit
http://localhost:8080/
- Build and run production mode
rm -R dist && npm run build && cd dist && npx serve
In order to test frontend, you can use these test login data:
username:admin
pwd:admin
or
username:user
pwd:user