0.0.27 • Published 5 years ago
@axa-ch/pod-uadmin v0.0.27
POD PodUadmin
This is a Micro Frontend deployable on the AXA.ch WebHub.
Scripts
To install the pod locally: npm install @axa-ch/pod-uadmin
DEV commands
npm start
start local DEV environmentnpm run build
to trigger a ESM build needed for Midgardnpm run test
to run local testsnpm run release
to execute a release to NPM (VERY IMPORTANT: Read How To Release on this document).
ENV variables
PORT
this allows overriding the default port (3000)
How to release
update package.json in the
"version": "x.x.x"
field. Please follow semver best practicesrun
npm run release
commit to develop, add git tag containg the same version as in step 1 and push
Execute jenkins jobs (build & deploy and if all good: promote) with the version added in point 1
Naming conventions
- folder:
progress-bar
(kebab-case) - component:
ProgressBar
(pascal-case) - function
useI18n
(camel-case) - styles:
ProgressBar.styles.ts
(name of component +.styles.ts
)
Worth a read
0.0.27
5 years ago
0.0.25
5 years ago
0.0.26
5 years ago
0.0.24
5 years ago
0.0.23
5 years ago
0.0.22
5 years ago
0.0.20
5 years ago
0.0.21
5 years ago
0.0.19
5 years ago
0.0.17
5 years ago
0.0.18
5 years ago
0.0.16
5 years ago
0.0.14
5 years ago
0.0.15
5 years ago
0.0.13
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.6
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago
0.0.0
5 years ago