TuyaInc / tuya-panel-kit-template

`Tuya Panel Templates` provides a series of common template codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuya Panel Templates

English | 简体中文

Tuya Panel Templates provides a series of common template codes.

You can read the official documents for more information.

Note: This repository will be deprecated soon, please refer to the new repository in the Tuya Github Organization: tuya/tuya-panel-demo

Prerequisites

  • nodejs 8+
  • npm or yarn

Running

To quickly run a panel project, run:

$ cd examples/${TemplateName}
$ npm install && npm run start
# or
$ yarn && yarn start # if you use yarn

And open your tuya app for debugging :)

Examples

You can check the complete list of Tuya Panel examples here.

License

Copyright © 2020

About

`Tuya Panel Templates` provides a series of common template codes.