vue3+antd——项目搭建初始化配置——技能提升

vue-antd-admin

vue2 版本链接:
https://gitee.com/iczer/vue-antd-admin?_from=gitee_search

vue3 版本链接:
https://github.com/stepui/stepin-template

预览地址: https://stepui.gitee.io/stepin-template

使用文档: http://stepui.gitee.io/stepin-template-docs/

常见问题: http://stepui.gitee.io/stepin-template-docs/issue

国内镜像: https://gitee.com/stepui/stepin-template


拉取代码
git clone https://github.com/stepui/stepin-template.git

安装依赖
yarn install

启动
yarn dev

预览

启动成功后,控制台会显示本地访问地址:http://127.0.0.1:5173,浏览器打开即可预览。

node 版本

目前 node 的版本很可能是 14.21.3 左右

为了保证项目能够兼容,则需要安装 nvm------Node 版本管理器

1.Window 下完全卸载删除 Nodejs

参考链接:https://www.cnblogs.com/fighxp/p/7410235.html

2.可能遇到的问题------No installations recognized 以及 nvm use 切换 node 版本无效的解决办法

参考链接:http://e.betheme.net/article/show-158811.aspx?action=onClick

3.可能遇到的问题------使用 nvm 控制 node 版本踩坑及问题解决

参考链接:https://blog.csdn.net/weixin_45595203/article/details/127552223

4.nvm 安装流程、使用 nvm 安装指定 node 版本

参考链接:https://blog.csdn.net/fxbinbin0507/article/details/128628968

5.使用 nvm

nvm list

nvm use xxxx

相关推荐
赵庆明老师6 小时前
vben开发入门6:tsconfig.json
json·vue3·vben
赵庆明老师6 小时前
vben开发入门5:vite.config.ts
前端·html·vue3·vben
沙振宇1 天前
【Web】使用Vue3+PlayCanvas开发3D游戏(十二)渲染PCD点云可视化模型
3d·vue3·点云·pcd
是席木木啊4 天前
告别console.log!Vue3项目日志框架选型指南
前端·vue3·日志框架
程序员-南5 天前
解决 Vue3 中 keep-alive 缓存问题的方法
缓存·vue3
qq_12084093715 天前
Three.js 模型加载稳定性实战:从资源失败到可用发布的工程化方案
前端·javascript·vue.js·vue3·three.js
qq_12084093716 天前
Three.js 模型加载与线上稳定性实战:路径、跨域、缓存与降级全链路指南
开发语言·javascript·缓存·vue3
qq_12084093716 天前
Vue3 + Three.js 实战入门:从零搭建可交互3D场景(含模型加载与性能优化)
javascript·3d·vue3·交互
qq_12084093716 天前
Vue3 + Three.js 入门实战:从 0 到 1 搭建可交互的 3D 场景(含模型加载与性能优化)
javascript·3d·vue3·交互·webgl·gltf
曲幽6 天前
Vue 3 组件通信,别只会用 Props 和 Emits 了,这几个狠活儿你得看看
vue3·inject·provide·pinia·v-model·props·mitt·emit