`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.`
检查下这个文件
/src/pages/Category/Category.vue
里面是不是哪里标签没闭合