A simple desktop app development framework combining Python, Vue.js, Element Plus and Electron.


License
Apache-2.0
Install
pip install Jianmu==0.0.9

Documentation


Jianmu Framework

A simple desktop app development framework combining Python, Vue.js, Element Plus and Electron.

pyversions version license last-commit commit-activity

Installation

Python Version

We recommend using the latest version of Python. Jianmu supports Python 3.6 and newer.

Install Jianmu

To install the Jianmu package, use the following command:

python -m pip install jianmu -U

Jianmu is now installed. After installation, you will have access to the jianmu binary in your command line. You can verify that it is properly installed by simply running jianmu command or python -m jianmu, which should present you with a help message listing all available commands.

You can check you have the right version with this command:

jianmu --version

Usage

To create a new project, run:

jianmu create <project-name>

To upgrade the template of your project, navigate to the project directory and run:

jianmu upgrade

To run your application in development mode, navigate to your project directory and run:

jianmu dev

To run your application in production mode, navigate to your project directory and run:

jianmu start

To build your application for a software release, navigate to your project directory and run:

jianmu build

To clean runtime temporary files in project directory, navigate to your project directory and run:

jianmu clean

Screenshots


Jianmu UI Screenshot

Jianmu Console Screenshot