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

相关推荐
雪碧聊技术4 小时前
v-for的用法及案例
vue3·uniapp·v-for·购物车案例
Modify_QmQ3 天前
leaflet【十一】地图瓦片路径可视化
gis·vue3·leaflet·leafletmapblock
ldj202014 天前
vue3整合element-plus
vue3
夜空孤狼啸19 天前
前端常用拖拽组件库(vue3、react、vue2)
前端·javascript·react.js·typescript·前端框架·vue3
sunshine_程序媛19 天前
vue3中的watch和watchEffect区别以及demo示例
前端·javascript·vue.js·vue3
meng半颗糖20 天前
vue3 双容器自动扩展布局 根据 内容的多少 动态定义宽度
前端·javascript·css·vue.js·elementui·vue3
3D虚拟工厂21 天前
3D虚拟工厂
3d·vue3·blender·数字孪生·three.js
霸王蟹24 天前
前端项目Excel数据导出同时出现中英文表头错乱情况解决方案。
笔记·学习·typescript·excel·vue3·react·vite
佚名猫1 个月前
vue3+vite+pnpm项目 使用monaco-editor常见问题
前端·vue3·vite·monacoeditor
技术闲聊DD1 个月前
Vue3学习(4)- computed的使用
vue3·computed