Intellij Idea搭建Vue项目

  1. 下载安装nodejs,双击直接安装
    https://nodejs.org/dist/v8.11.4/node-v8.11.4-x64.msi

  2. 安装成功测试命令
    node –v
    npm -verison
    Intellij Idea搭建Vue项目

  3. 安装Vue CLI 3
    npm install -g @vue/cli

  4. 成功安装测试命令
    vue -v

  5. 在本地创建一个目录,在此目录下打开cmd窗口

  6. 初始化新项目
    vue create my-project

  7. 用Idea打开项目
    Intellij Idea搭建Vue项目

  8. 启动项目
    Intellij Idea搭建Vue项目
    Intellij Idea搭建Vue项目

相关文章:

  • 2021-05-27
  • 2021-08-10
  • 2022-01-08
  • 2021-11-22
  • 2021-11-03
  • 2021-10-10
  • 2021-06-25
猜你喜欢
  • 2021-12-26
  • 2021-05-20
  • 2021-05-31
相关资源
相似解决方案