@axa-ch/pod-esales-cyber
v1.161.0
Published
POD Digital CyberP Frontend
Downloads
24
Keywords
Readme
POD PodEsalesCyber
This is a Micro Frontend deployable on the AXA.ch WebHub.
Scripts
To install the pod locally: npm install @axa-ch/pod-esales-cyber
DEV commands
npm start
start dev servernpm run build
to trigger a ESM build needed for Midgardnpm run lint
to run local linters
Open app with different stage and language settings
After an app was started you can access it by opening your browser at e.g. http://localhost:8091
By default german
will be used as language, acc
as stage.
If you want to change one of these parameters open your browser at http://localhost:8091/local/fr for local api and french, or http://localhost:8091/dev/en for dev api and english etc.
Worth a read
Stylelint
For VS code following line of code should be added in workspace settings.json
: "stylelint.validate": ["css", "less", "postcss", "scss"]