前提条件

  1. 已经安装node并且npm命令可以正常使用

创建项目

  1. 基于webpack的项目
  vue init webpack orchid-web 
  # orchid-web为项目名
  1. 前期先不要安装eslint

  2. 安装依赖的包

    npm install
    
  3. 运行项目

    npm run dev
    
  4. 打包项目

    npm run build

源码

相关文章:

  • 2021-06-07
  • 2022-03-01
  • 2022-01-11
  • 2021-11-12
  • 2022-01-09
  • 2021-11-26
猜你喜欢
  • 2021-09-01
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案