Skip to content

frederick-wang/jianmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published