0.0.64 • Published 4 years ago

fk-web-ui v0.0.64

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

##fk-web-ui

A npm module, which provides the common implementations of bridge methods, Utils, commong components, and other helpers, to be used across all the apps, as a part of node module.

The structure of the node_modules looks like below:- react src

#react react- All the required common components that are required by the apps can be exposed from here. For now we are just exposing Header as a component. Client can access these common components directly from sdk. For eg. import Header from 'fk-web-ui/react/components/Header';

src- All the required bridge methods resides here and are exposed to the client. Like MapiApiClient, ImageResolver, OmnitureModule etc:- These can be access like below:- import { MapiApiClient } from 'fk-web-ui'; import { OmnitureModule } from 'fk-web-ui';

All the platform related intricacies are taken out from client and are handled in the bridge methods. For ex passing sn and sc in the mapi api call. And to pass sn and sc from where to read the same.

##Steps to publish the version:

  1. Create an account in global npm registry : https://www.npmjs.com/

  2. npm login: Comment the flipkart registry and un-comment the global registry entry in .npmrc, to get logged in to the global registry.

    Username: npmjs created username Password: npmjs Password Email: flipkart email address.

If 2FA is enabled, there will be one more ask for 2FA OTP Authenticator(OTP) :add from the Authenticator.

Once user is logged, it will show the registry, where the user is logged as.

  1. npm publish, update the package.json, for the new changes and then run the command. If 2FA is enabled, there will be ask for the OTP, please add and proceed further.
0.0.64

4 years ago

0.0.63

4 years ago

0.0.62

4 years ago

0.0.61

4 years ago

0.0.60

4 years ago

0.0.59

4 years ago

0.0.58

4 years ago

0.0.57

4 years ago

0.0.56

4 years ago

0.0.55

4 years ago

0.0.51

4 years ago

0.0.52

4 years ago

0.0.53

4 years ago

0.0.54

4 years ago

0.0.50

4 years ago

0.0.49

4 years ago

0.0.48

4 years ago

0.0.45

4 years ago

0.0.46

4 years ago

0.0.47

4 years ago

0.0.44

4 years ago

0.0.43

4 years ago

0.0.38

4 years ago

0.0.37

4 years ago

0.0.36

4 years ago

0.0.35

4 years ago

0.0.34

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.17

4 years ago

0.0.11

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago