vue项目跑不起来

新手上路,请多包涵

`webpack: wait until bundle finished: /index.html
webpack built fc7bb5661aeb46d461d0 in 23452ms
Hash: fc7bb5661aeb46d461d0
Version: webpack 1.15.0
Time: 23452ms

                                     Asset     Size  Chunks       Chunk Names

static/fonts/fontawesome-webfont.674f50d.eot 166 kB
static/fonts/fontawesome-webfont.b06871f.ttf 166 kB
static/fonts/fontawesome-webfont.af7ae50.woff2 77.2 kB
static/fonts/fontawesome-webfont.fee66e7.woff 98 kB

             static/img/banner.5a72c5d.png  5.31 MB
static/img/fontawesome-webfont.912ec66.svg   444 kB
                                    app.js  9.62 MB       0       app

ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-93b34952!./~/vue-loader/lib/selector.js?type=template&index=0!./src/pages/Category/Category.vue
template syntax error tag has no matching end tag.

ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-a7fca9da!./~/vue-loader/lib/selector.js?type=template&index=0!./src/pages/Tag/Tag.vue
template syntax error tag has no matching end tag.

ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-33b7ab63!./~/vue-loader/lib/selector.js?type=template&index=0!./src/pages/Archive/Archive.vue
template syntax error tag has no matching end tag.

ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-50c15649!./~/vue-loader/lib/selector.js?type=template&index=0!./src/components/Navbar.vue
template syntax error tag <slot> has no matching end tag.
Child html-webpack-plugin for "index.html":

     Asset     Size  Chunks       Chunk Names
index.html  22.8 kB       0

webpack: Failed to compile.`

阅读 3.3k
1 个回答

检查下这个文件/src/pages/Category/Category.vue里面是不是哪里标签没闭合

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题