摘要:
创建项目 npm create vite@latest demo 配置环境变量 vite 提供了开发模式和生产模式 这里我们可以建立 4 个 .env 文件,一个通用配置和三种环境:开发、测试、生产。 env文件中的变量名建议以VITE_APP开头,和vue cli中的VUE_APP相同 ,用法也一 阅读全文
摘要:
###git 操作 git init git remote add origin https://#.git git pull origin fillcourse --allow-unrelated-histories git add -A git commit -m "init" git bran 阅读全文