Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 683 Bytes

File metadata and controls

12 lines (11 loc) · 683 Bytes

依赖说明:

  1. @vue/cli-plugin-babel 文档 https://github.com/vuejs/vue-docs-zh-cn/blob/master/vue-cli-plugin-babel/README.md
    配置:
    默认使用 Babel 7 + babel-loader + @vue/babel-preset-app,但是可以通过 babel.config.js 配置使用任何其它 Babel 预设选项或插件。
    
  2. @vue/cli-service 文档 https://cli.vuejs.org/zh/guide/cli-service.html#vue-cli-service-serve
  3. stylus && stylus-loader 文档 https://stylus.bootcss.com/
  4. vue-template-compiler@^2.6.10 这里要注意 vue 的版本和 vue-template-compiler 一定要一致 如果不一致报错用 npm update 更新依赖 @vue/cli-service 的依赖
  5. vue 同上