1.0.6-beta.29 • Published 27 days ago

@cdlab996/lowcode-engine-ext-vue v1.0.6-beta.29

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

@cdlab996/lowcode-engine-ext-vue

NPM

npm version npm downloads GitHub license

Description

  • For more information, please visit the official website: href

  • The difference with lowcode-engine-ext is that it adapts to Vue.

Usage

npm

npm install @cdlab996/lowcode-engine-ext-vue

cdn

https://unpkg.com/@cdlab996/lowcode-engine-ext-vue@latest/dist/css/engine-ext.css

https://unpkg.com/@cdlab996/lowcode-engine-ext-vue@latest/dist/js/engine-ext.js

Local Usage

git clone https://github.com/cdLab996/lowcode-engine-ext-vue.git
cd lowcode-engine-vue
npm install
npm run start
  • XSwitch
{
  "proxy": [
    [
      "https://alifd.alicdn.com/npm/@alilc/lowcode-engine-ext@1.0.5/dist/css/engine-ext.css",
      "http://localhost:4008/js/engine-ext.css"
    ],
    [
      "https://alifd.alicdn.com/npm/@alilc/lowcode-engine-ext@1.0.5/dist/css/engine-ext.js",
      "http://localhost:4008/js/engine-ext.js"
    ]
  ]
}

🎈 License

This project is a branch of lowcode-engine-ext.