$ vue init nuxt-community/koa-template <project-name>

$ cd <project-name> $ npm run dev

<!-- 1. 如果有报错: Plugin/Preset files are not allowed to export objects, only functions

需要降低nuxt版本至1.4.2: npm uninstall nuxt npm install nuxt@1.4.2

2. 升级eslint-plugin-html $ npm i eslint-plugin-html@^3

-->

 

不用再迷信的安装什么backpack-core这些了。。。。。

降低版本最实在

 

nuxt.js实在坑太多,

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-13
  • 2021-11-28
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2021-11-05
  • 2022-12-23
  • 2021-04-25
  • 2022-12-23
  • 2021-05-27
相关资源
相似解决方案