Visual Composer API allows you to develop your own custom elements for the website builder. With custom elements, you are in charge of your element design and functionality which is crucial for advanced projects and allows perfectly align element choice to your brand.
Visual Composer API is an open source project for developers by developers. Anyone can contribute by opening a Pull Request or an Issue.
Please read and follow our Code of Conduct.
Visual Composer API is based on a popular API DOCS GENERATOR by Docusaurus 2. Documentation is written in Markdown.
- Fork this repository on GitHub.
- Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/api-docs.git
- cd api-docs
- Initialize and start.
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.