Skip to content

cavinLowCode/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:

Running the Demo

git clone https://github.com/cdLab996/lowcode-engine-demo-vue.git
cd lowcode-engine-demo-vue
pnpm install
pnpm start

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.

License

This is a fork from lowcode-engine-demo

About

Lowcode engine demo for vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • TypeScript 2.6%
  • Other 0.8%