Skip to content

cdLab996/lowcode-engine-demo-vue

Repository files navigation

🚀 Lowcode Engine Vue Demo

This is a Lowcode Engine demo based on Vue. You can experience the following versions online:

Note: As the Vue 2.7 version is currently not open-source, only URL access is provided.

🌱 Getting Started

run the development server:

Recommended versions:

  • node ^v16.14.0
  • pnpm ^8.15.4
pnpm install

pnpm run dev

Open http://localhost:5577 with your browser to see the result.

💡 Usage Considerations

When using variables:

  • this.props.xxx -> this.xxx
  • this.state.xxx -> this.xxx

At present, the vue code editor has not been adapted yet. You can directly edit the code using the react code editor.

  • The content within state will automatically convert to vue data.
  • Lifecycle events will automatically adapt to vue lifecycle.
    • componentDidMount -> onMounted
    • componentDidCatch -> onErrorCaptured
    • shouldComponentUpdate -> onBeforeUpdate
    • componentWillUnmount -> onBeforeUnmount
  • All other methods will automatically convert to vue methods.

⚡ Credits

Code built with the help of these related projects:

📜 License

MIT License © 2023-PRESENT cdLab996

Releases

No releases published

Packages

No packages published