MagicScript Component Framework for Lumin Runtime platform
This package is meant to be used along with MagicScript Components and both should be included as dependencies in the project's package.json
.
- Install
magic-script-cli
:
npm install -g magic-script-cli
- Create new MagicScript application:
magic-script init
- Follow the steps.
- Choose "Components" when application type is requested.
- Install the required
npm
packages from the app folder:
npm install
- Build and install your application:
magic-script build
- Refer to MagicScript Getting Started guide for more information.
To update your existing MagicScript Components project run the following commands:
yarn add magic-script-components-lumin
yarn add [email protected]
or with npm
npm install --save magic-script-components-lumin
npm install --save [email protected]
This will update you existing MagicScript Components project to use the latest version of the library.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details