@emtecpoc/componentlibrary
v4.1.7
Published
``` npm install ```
Downloads
75
Readme
ldi-component-libary
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Generate components
npm run buildbundle
Adding/Logging in on npm as a user
'npm adduser' to register a new user and 'npm login' to login as an existing user.
Verifying npm user credentials
Type 'npm whoami' to verify your username.
Publishing your component library on npm
npm publish --access public.
How to use your newly published library
npm install --save [myLibName], myLibName is the name of your library
Customize configuration
##For local setup do below changes - 1.Rename file -.env.local.txt to .env.local 2.Change API base url VUE_APP_API_BASE_URL (optional)
##Https enabled for local, so always run local instance with https.Luanch file changes checked in - https://localhost:8080/
##To supress local https warnings follow below steps - Go to link and proceeed - https://192.168.150.100:8080/sockjs-node/info?t=1621400385605
Go to - and Enable chrome://flags/#allow-insecure-localhost
----------Latest env.local content ,must be replaced it in local env file--- NODE_ENV=local VUE_APP_API_BASE_URL=https://localhost:44343/api VUE_APP_SITE_TITLE=Local - Logistic Dynamics VUE_APP_LOGIN_TYPE=AzureAD ----------Latest env.local content---