Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 579 Bytes

File metadata and controls

26 lines (17 loc) · 579 Bytes

Yii Development Panel | SDK

The SDK package. It is used to simplify creating applications or custom panels.

Installation

NPM package (npmjs.com)

npm i @yiisoft/yii-dev-panel-sdk

NPM package (GitHub Packages)

First you need to tell npm to use GitHub Packages registry for @yiisoft scope. Add @yiisoft:registry=https://npm.pkg.github.com to .npmrc file or run the following command:

echo "\n@yiisoft:registry=https://npm.pkg.github.com" >> .npmrc

Then you can install the package:

npm i @yiisoft/yii-dev-panel-sdk