Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Setting up your Project Folder:

A few steps should be taken by the developer before running the initial bm forms init command:

  1. Inside your project folder, create a sub folder that will contain your forms components.
  2. Using the command line, cd into your project folder (not your new forms folder, but the parent project folder) and run npm init. This will setup your package.json file, which is needed to handle the forms plugins.

...

Code Block
|--my-project/
|  |--my-forms/
|  |--package.json


You can now move on to using the Forms CLIuse the init command.

Initialising the Builder Properties

...