1.3.0 • Published 4 years ago

mendix-cli v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

mendix-cli

Use vue to create mendix widgets

Usage

npm install mendix-cli -g

mendix create AppName

npm.io

Template

now it's support iview, default template, if you select default ,it will not have ui libary!

How to use it ,please see mendix_vue_template

Widgets structure

├─.gitignore
├─README.md ------------------ // README
├─ZH_README.md --------------- // 中文说明文档
├─babel.config.js
├─build ---------------------- // Project Build Result
│ ├─HelloWorld
│ │ ├─HelloWorld.xml
│ │ └─widget
│ │   ├─HelloWorld.js
│ │   └─template
│ │     └─HelloWorld.html
│ ├─package.xml
│ └─widget.mpk
├─mendix --------------------- // Widgets demo
├─package.xml.js ------------- // Build tools
├─src ------------------------ // Project source code
│ ├─HelloMendix.xml ---------- // Mendix widgets config files
│ └─widget
│   ├─App.vue ---------------- // Vue file
│   ├─HelloMendix.js --------- // Contact Vue file and Mendix widget config
│   └─template --------------- // HTML template
│     └─template.html
└─webpack.config.js ---------- // webpack config
1.3.0

4 years ago

1.2.1

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago