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
.
magic-script-cli
:npm install -g magic-script-cli
magic-script init
npm
packages from the app folder:npm install
magic-script build
To update your existing MagicScript Components project run the following commands:
yarn add magic-script-components-lumin
yarn add magic-script-components@2.0.0
or with npm
npm install --save magic-script-components-lumin
npm install --save magic-script-components@2.0.0
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