Version: latest
Installation
- Install
magic-script-cli
:
npm install -g magic-script-cli
- Create a new MagicScript application:
magic-script init
- Follow the steps.
- Choose "Components" when the application type is requested.
- Install the required
npm
packages from the app folder:
npm install
- Build and install your application:
magic-script build -i
- Refer to the MagicScript Getting Started guide for more information.