add-screen-component

Create and register custom Vue components in Mfish Nocode自助大屏.

203|72|Updated Sep 22, 2022
One-click install
npx skills add https://github.com/mfish-qf/mfish-nocode-view --skill add-screen-component
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-screen-component
Source: https://github.com/mfish-qf/mfish-nocode-view/tree/main/.qoder/skills/add-screen-component
Command: npx skills add https://github.com/mfish-qf/mfish-nocode-view --skill add-screen-component

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding custom components to the Mfish Nocode自助大屏, enabling users to extend the platform's functionality with ease.

Core Features & Use Cases

  • Custom Component Creation: Guides the creation of Vue files, data definition files, and configuration panel files for new components.
  • Registration in ComUtils: Ensures the new component is recognized and usable within the platform.
  • Use Case: For developers looking to enhance the Mfish Nocode自助大屏 with new, tailored components.

Quick Start

To add a new component to the Mfish Nocode自助大屏, follow the steps outlined in the SKILL.md file.

Frequently Asked Questions about add-screen-component

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a custom component to the Mfish Nocode自助大屏?

To add a custom component to the Mfish Nocode自助大屏, you need to create Vue files, data definition files, and configuration panel files, then register the component in ComUtils to make it usable within the platform.

What files do I need to create for Vue component development in Mfish Nocode?

Vue component development in Mfish Nocode requires creating three files: a Vue file for the component logic, a data definition file, and a configuration panel file to manage component properties.

How do I register a new custom component so it appears in the Mfish Nocode platform?

To register a new custom component in the Mfish Nocode platform, you must register it within ComUtils, which ensures the platform recognizes the component and makes it available for use in the self-service large screen.

Does the Mfish Nocode大屏 support extending functionality with user-defined Vue components?

Yes, the Mfish Nocode大屏 supports extending functionality with user-defined Vue components. Developers can follow a step-by-step guide to create and register tailored components to enhance the platform's capabilities.

Why is my newly created Vue component not showing up in the Mfish Nocode platform?

A newly created Vue component may not show up in the Mfish Nocode platform if it was not properly registered in ComUtils. You must complete the registration process to ensure the component is recognized and usable.