杂记
待更新:营业执照注册即后续申报、抖店店铺基础配置、电脑配置及装机
站点导航参考菜园前端 (opens new window)
How to use ""gitalk"" in [email protected]: https://github.com/dongyuanxin/vuepress-plugin-comment#readme
站点需要更多功能例如私密文章,可以阅读:https://doc.xugaoyi.com/pages/db78e2/#插件推荐 (opens new window)
# 博客部署到Vercel会报错:
Error: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings.
1
解决方法:在 Vercel 部署时,Output 自定义为docs/.vuepress/dist
# 前端要掌握的技能
HTML/CSS:
- 常见的布局
- 能适配移动端布局
- 弹性盒子布局
- 常见CSS动画?
- 盒子模型
- CSS预处理器 less、sass等
JavaScript/ES6:
- 常用DOM事件
- 常用BOM方法
- ES6基本语法
- Promise、async、await用法
- 掌握Ajax、常用的库Axios等、能熟练与后端进行数据交互
框架:
- Vue2/Vue-Router3/Vuex3/Element-UI
- Vue3/Vue-Router4/Vuex4/Vue-CLI4/Pinia/Element-Plus
- 熟练用 Vue-cli搭建项目,根据需求更改配置
- (react可选)
- 了解Element-UI、Vant4等框架使用
数据库:
- MySQL。Mongodb
其他:
- Git 会使用版本控制管理系统,掌握基本命令进行简单操作
- Webpack、Vite
- Node.js(express、koa)
- TypeScript
cp -r ../docs/.vuepress/dist/* .
如果因为使用VPN切换网络导致无法Git到远程仓库,可以先关闭VPN然后取消代理
取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
1
2
3
2
3
然后重新git到远程仓库即可
编辑 (opens new window)
上次更新: 2025/07/10, 12:43:44