当前位置:   article > 正文

前端Vue开发技术总结

前端Vue开发技术总结

VUE官网:https://cn.vuejs.org/
VUE官方教程:https://v2.cn.vuejs.org/v2/guide/
Vite官网:https://cn.vitejs.dev/guide/
Element Plus官网:http://element-plus.org/zh-CN/

VsCode常用快捷键

vscode 代码自动对齐快捷键:Shift+Alt+F

一、新建项目

完整的项目结构图如下:
在这里插入图片描述

1、#安装Node.js

https://nodejs.org/en

#设置淘宝镜像地址

npm config set registry https://registry.npm.taobao.org
  • 1

#或者设置官方镜像地址

npm config set registry https://registry.npmjs.org
  • 1

#查看镜像地址

npm config get regi
    声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/328645
    推荐阅读
    相关标签
      

    闽ICP备14008679号