It is a Web Toolkit for senseCraft AIoT Platform, which is a visual programming platform for AIoT applications. It is based on Vue.js and Vuetify.
-
Preview Page
- Simply open the preview page to preview the Web Application.
-
Clone the Repository
- If you need to further customize or configure the senseCraft application, you can clone this repository to your local machine:
git clone https://github.com/Seeed-Studio/sensecraft-web-toolkit.git cd sensecraft-web-toolkit yarn install yarn run dev
- If you want to depoly this application to your senseCraft environment, you can build the application and deploy the built files:
yarn run build cd dist && http-server .
- If you need to further customize or configure the senseCraft application, you can clone this repository to your local machine:
-
Configure the Application
- In the cloned repository, you can modify relevant files to configure the behavior and appearance of the application.
- Please refer to the repository's documentation or instructions for details on how to perform the configuration.
-
Deploy the Application
- Once you have completed the custom configuration of the application, you can deploy it to your senseCraft environment.
- Follow the official senseCraft documentation or relevant instructions on how to deploy the application to your environment.
Welcome to the Web App repository! If you have any questions or feedback, feel free to contact us.