Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>beefly-devtools112New to Visual Studio Code? Get it now.
beefly-devtools112

beefly-devtools112

zhaojiong

|
51 installs
| (0) | Free
beefly-devtools112
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

  • 创建自定义组件,进行编辑发布等操作。

Command

  1. Login Beefly
  2. Create Project
  3. Sync Project
  4. Create Component
  5. Deploy Component
  6. Sync Component

Usage

The component apiName is defined in .components.json.

.components.json

{
    "apiName": "apiName",
    "updateTime": 0
}

The component objects, target, client, etc. are defined in this component.xml.

component.xml

<?xml version="1.0" encoding="UTF-8"?>
<ComponentBundle>
    <code-version>10.2</code-version>
    <scopes>
        <scope target="ObjectDetailPage">
            <objects>
                <object>MarketingKeywordObj</object>
            </objects>  
        </scope>
        <scope target="CRMHomePage"></scope>
        <scope target="PortalPage"></scope>
    </scopes>
    <clients>
        <client>web</client>
        <client>app</client>
    </clients>                 
    <description></description>
    <entryFileName>demo.vue</entryFileName>
</ComponentBundle>

Supported Language

vue, js, less, scss, css

Reference

  • Development Process
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft