==> Create config file for all the component of fe-theme
COMPONENT_CONFIG_PATH=./{PATH} CURRENT_APP_DIR=$(pwd) npm run theme-prepare --prefix ./node_modules/fe-theme
OR
==> Creating config file for an individual component
COMPONENET_NAME={COMPONENT_NAME} COMPONENT_CONFIG_PATH=./{PATH} CURRENT_APP_DIR=$(pwd) npm run theme-prepare --prefix ./node_modules/fe-theme
Note:
1. PATH
is a variable i.e. where you want to place config files in your application
2. COMPONENT_NAME
is a variable i.e. name of the component Input
, button
. Find the component list