# Node后端启动模板 **Repository Path**: CCCCOOH/node-backend-startup-template ## Basic Information - **Project Name**: Node后端启动模板 - **Description**: 拉去以快速构建前后端程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动说明 本仓库用于快速构建一个前后端分离的Express+ Vue程序,包含部分依赖,自行install. 方法: - 进入`server`: ```sh # 调试模式 nodemon app.js # 正常启动 node app.jS ``` - 进入`client`: ```sh npm run dev ``` 本项目帮你集成好了以下内容: > 前端: - Vue - TailwindCSS - Pinia - VueRouter - axios > 后端 - express - sqlite3 - multer