Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 433 Bytes

readme.md

File metadata and controls

35 lines (30 loc) · 433 Bytes

Custom Elements

How it works

  1. Install dependencies
npm i
  1. Run developer mode
npm run serve
  1. Test in developer mode Open a browser and digit
http://localhost:8080/
  1. Build and run production mode
rm -R dist && npm run build && cd dist && npx serve

Data

In order to test frontend, you can use these test login data:

username:admin
pwd:admin

or

username:user
pwd:user