# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
 
 
vue中,node.js的一些命令

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-04-22
  • 2021-06-05
  • 2021-10-21
猜你喜欢
  • 2022-12-23
  • 2022-03-10
  • 2022-12-23
  • 2021-12-25
  • 2021-08-28
  • 2022-02-23
相关资源
相似解决方案