Skip to main content

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

Project description


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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Jianmu-0.0.12.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

Jianmu-0.0.12-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page