[Vue2.0 guidence notes] 命令行安装Vue方法

  1. 安装node.js及npm

  2. 安装vue
    在这里插入图片描述

  3. 安装vue -cli
    在这里插入图片描述

  4. 创建基于webpack得project
    在这里插入图片描述

  5. npm install
    在这里插入图片描述

  6. 运行项目

    cd my-project
    npm run dev
    

    在这里插入图片描述

  7. 浏览器访问http://localhost:8080,表明安装成功
    在这里插入图片描述

发布了27 篇原创文章 · 获赞 0 · 访问量 402

猜你喜欢

转载自blog.csdn.net/young_cr7/article/details/104507448
今日推荐