# lowcode_server **Repository Path**: pkq0/lowcode_server ## Basic Information - **Project Name**: lowcode_server - **Description**: 低代码后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 5 - **Created**: 2022-08-25 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 简介 > 基于 vue3 vite 和 koa ### 项目运行方式 #### 1. 前台运行方式 > client 是前端项目,基于 vue + element-plus + axios + vite + scss ``` ## 安装依赖 npm install ## 运行项目 npm run dev ``` #### 2. api 接口服务 > server 是接口服务,基于 koa ``` ## 安装依赖 npm install ## 运行项目 node app.js ``` ## 记得看readme