function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anil kumar 300anil kumar 300 

Need to download lightning components or deploy to other servers

Is there any possibility to **download the lightning components**?
Similar to an option to download apex class?
or Is there any IDE that supports Lightning Components?
Any option **deploy to other servers**(different salesforce accounts) ?

Thanks in advance.
SidzSidz
Hi Anil,

Yes Lightning components can be downloaded and deployed via the metadata api , the components are grouped under aura definition bundle.
The development of lightning components is much faster on the developer console.

I use sublime text with haoide (https://github.com/xjsender/haoide) to download and migrate  the changes to both version control and other environments.

Once you connect to an environment , the ide provides option to deploy a server or refresh from a server etc.

A sample side bar with components.

User-added image

Sid