AppFabric extension provides tools for Web Developers at Intuit to develop Web applications fast and
at scale. You can create create web designs and add logic to make them alive.
After the server is up, click on the URL to navigate to local server.
To stop the server, click on Stop Server
Use Intuit Design System to create UI designs
AppFabric Web extension bundles
IDS extension for VSCode.
You can click on IDS icon in sidebar to open it. In the tab you can do following:
Browse the library of IDS components, see their visual representation, install the
component, and copy code snippets to use in your Web Plugin.
Browse and search the asset library for Scalable Vector Graphic (SVG) IDS icons, see their
visual representation, install the icon, and copy code snippets to use in your Web Plugin.
Easily view and copy colors from IDS's color palette as Hex, RGB, CMYK, or token values.
Configuration / Settings
Following settings can be updated by the user in User/Workspace settings:
Plugin-CLI command
This setting can be used to update the plugin-cli command.
e.g. yarn plugin-cli if you are installing plugin-cli locally for your repo.
If you need to run any scripts required for plugin-cli, you can use something like -
sh ./setup.sh | plugin-cli
Shell
By default, VSCode uses /bin/sh for Linux/MacOS and cmd.exe for windows.
This shell value will be used for executing all internal commands.