# webscaffold **Repository Path**: halloworld/webscaffold ## Basic Information - **Project Name**: webscaffold - **Description**: koa+elementui=>web开发脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa+vue脚手架 ## server架设过程 - npm install -g koa-generator - koa2 server - cd server && npm install - npm start #run the server in debug ## client - git clone https://github.com/PanJiaChen/vue-admin-template.git client - cd client - git checkout 4.4.0 #切换到tag-4.4.0 - npm install - npm run dev # 数据库设计 数据库名:lusita 连接用户:lusita/Lusita@123 预制管理员账号:admin/admin123456 ### 登录API - 登录接口,预先在sql插入管理员账号 - 获取用户信息接口