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

相关推荐
无法长大1 天前
Mac M1 环境下使用 Rust Tauri 将 Vue3 项目打包成 APK 完整指南
android·前端·macos·rust·vue3·tauri·打包apk
淡笑沐白2 天前
Vue3使用ElementPlus实现菜单的无限递归
javascript·vue3·elementplus
Sapphire~2 天前
Vue3-18 生命周期(vue2+vue3)
vue3
Sapphire~2 天前
Vue3-17 父子组件使用props传值
vue3
小圣贤君4 天前
在 Electron 应用中优雅接入 DeepSeek AI:从零到一的完整实践指南
人工智能·electron·vue3·ai写作·deepseek
Sapphire~5 天前
Vue3-14 watch监视对象及对象属性,watchEffect
vue3
技术宅星云5 天前
7. vue3-element-admin 二次开发图文教程
vue3·element-admin·后端开箱即用前端框架
Sheldon一蓑烟雨任平生6 天前
Sass 星空(Sass + keyframes 实现星空动画)
前端·css·vue3·sass·keyframes
Irene19917 天前
Vue 3 中移除了 $on、$off 和 $once 方法(附:Composables 组合式函数 使用详解)
vue3
Sapphire~8 天前
Vue3-15 html标签和组件上的ref属性 + 接口泛型
vue3