# flasky **Repository Path**: smxx_admin/flasky ## Basic Information - **Project Name**: flasky - **Description**: nuxt.js+flask的前后端分离项目示例 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/jacobwang/flasky/ - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2018-10-07 - **Last Updated**: 2023-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flasky ### 项目介绍 基于python的前后端分离 项目示例。 ### 软件架构 flasky-fronted 前端业务层 - 采用nuxt.js框架作为前台框架 flasky-api 是后台接口层 - 开发语言:python - 核心框架:flask - 缓存:redis - 数据库:mysql - 前台框架:vue.js nuxt.js ### 运行环境 * Python 3.5.0+ * Redis 4.0+ * mysql 5.6+ * vue 2.3.0+ * nuxt.js 1.4.0+ ### 使用说明 等待更新....