Skip to content

wiulma/custom-elements

Repository files navigation

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

About

Custom elements example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published