文章目錄
- 一、magic-dash是什么
- 1.1 安裝
- 1.2 使用
- 1.2.1 查看內置項目模板
- 1.2.2 生成指定項目模板
- 1.2.3 查看當前magic-dash版本
- 1.2.4 查看命令說明
- 1.2.5 內置模板列表
- 二、創建虛擬環境并安裝magic-dash
- 三、magic-dash單頁工具應用開發
- 3.1 創建單頁面項目
- 3.1.1 使用命令行創建單頁面項目
- 3.2.2 使用Vscode插件feffery-dash-snippets創建項目
- 3.2 運行項目
- 四、在單頁面項目的基礎上快速二次開發在線URL編碼/解碼工具
一、magic-dash是什么
magic-dash是由國內Dash開源第一人Feffery老師發布的開源Dash命令行工具,用于快速構建各類型標準Dash應用項目模板。
Github地址:https://github.com/CNFeffery/magic-dash
1.1 安裝
pip install magic-dash -U
1.2 使用
1.2.1 查看內置項目模板
magic-dash list
1.2.2 生成指定項目模板
- 默認生成到當前路徑
magic-dash create --name magic-dash
- 指定生成路徑
<