# demo-3d **Repository Path**: visualization-3d/demo-3d ## Basic Information - **Project Name**: demo-3d - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-30 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo3 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 111 Git 全局设置: git config --global user.name "付雨柔" git config --global user.email "741873409@qq.com" 创建 git 仓库: mkdir demo-project cd demo-project git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/visualization-3d/demo-project.git git push -u origin "master" 已有仓库? cd existing_git_repo git remote add origin https://gitee.com/visualization-3d/demo-project.git git push -u origin "master"