Skip to main content

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

Project description

Jianmu (建木)

Jianmu is a simple desktop app development framework combining Python, Vue.js, Element Plus and Electron.

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:

pip install jianmu

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 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

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.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

Jianmu-0.0.1-py3-none-any.whl (10.0 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