Options

Usage

Please create a new json file called .hayde.json in your project root. This file will be used to configure the Hayde.

Example

Please check the example below to see how to configure the Hayde or you can check the example filearrow-up-right in this repository. You can also find examples in the examplesarrow-up-right folder.

{
  "plugins": [
    "general",
    {
      "name": "css",
      "options": {
        "cssModuleSupport": true,
        "sassSupport": false
      }
    },
    "reactJS",
    "materialUI",
    "chakraUI"
  ]
}

Options

Please check Features Folderarrow-up-right for more information about the options.

Last updated