fuse-box / fuse-box-vue-seed

Get started with Vue.js using FuseBox module loader and bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible regression. Getting a blank page

paganaye opened this issue · comments

Following the instructions I get a blank page on localhost:4444.
If I replace the package.json line 32 from
"fuse-box": "^2.0.0-beta.22",
to
"fuse-box": "2.0.0-beta.22",
Then I get the expected sample page.

@paganaye this seed will be rewritten soon with VueComponentPlugin
@Shepless_twitter did a great job to support most of the features from the original Plugin

@paganaye latest version is now pushed. Let me know if you still have problems.