Appearance
Initialize module
Use eWizard CLI to create a module project from a scaffolding template.
Log in to your eWizard instance.
Go to the directory where you want to initialize your module project.
Initialize your project.
shwiz initSelect the module template.
To skip the template selection step, you can initialize the module template with the eWizard CLI command
wiz init module.Enter the project description.
Enter the name of your module and specify the author.
The module project is initialized with the default scaffolding template.
Build your module project and serve it on a local server as a static site.
shwiz dev --liveThe
--liveoption tracks the changes and continuously builds the module project.See eWizard CLI commands for a complete list of commands with options.
eWizard CLI starts a hot-reloading development server at http://localhost:3000/.
Use the wiz archive command to zip your project. Then upload it to eWizard Library.