1.首先需要cd到项目目录中去,然后输入 cnpm install  等待安装依赖(node_modules 目录):

2.启动 ---

npm run dev

=======================

如果是vue ui 项目:

1.首先需要cd到项目目录中去,然后输入 cnpm install  等待安装依赖(node_modules 目录):

2.启动 ---

开发环境

npm run serve

生产环境

npm run build

整理和修复文件

npm run lint
 

相关文章:

  • 2021-09-02
  • 2021-10-30
  • 2021-04-03
  • 2022-01-08
  • 2022-02-08
  • 2021-07-15
  • 2022-01-07
  • 2021-09-19
猜你喜欢
  • 2021-12-07
  • 2021-11-18
  • 2021-06-06
  • 2022-01-20
  • 2021-11-16
  • 2021-09-24
  • 2021-11-04
相关资源
相似解决方案