摘要: version: '3' services: nextcloud: image: nextcloud ports: - 8080:80 volumes: - ./nc_data:/var/www/html restart: always 阅读全文
posted @ 2025-07-02 15:26 学不会xuebuhui 阅读(9) 评论(0) 推荐(0)
摘要: 以下是从零快速构建初始化一个 Vue 3(Vite)项目的标准流程,适合你直接落地: ✅ 1️⃣ 环境准备 需要: 安装 Node.js (建议 ≥ 18.x) 查看版本: node -v npm -v ✅ 2️⃣ 使用 Vite 快速创建 Vue 项目 执行以下命令: npm create vit 阅读全文
posted @ 2025-07-02 10:44 学不会xuebuhui 阅读(273) 评论(0) 推荐(0)
Language: javascript //图片预览