使用vue脚手架模块化开发

  1. npm install webpack -g
  2. npm install -g @vue/cli-init
  3. vue init webpack vue-demo

你可能感兴趣的:(vue)