universal-vue / uvue

Vue CLI plugin to create universal Vue applications with ease
https://universal-vue.github.io/docs/
MIT License
127 stars 13 forks source link

Blank page on fresh install #18

Closed John-Ciuchea closed 5 years ago

John-Ciuchea commented 5 years ago

Describe the bug Fresh vue project and uvue install does not work

To Reproduce Fresh new vue project created via vue ui or cli. The project uses: babel, router (history mode), vuex, and ESLint airbnb. Install uvue via vue ui or vue cli. Run npm run ssr:serve. Nothing is showed in browser.

Reproduction repo/demo link

Expected behavior Welcome screen should display

Additional context

Please indicate versions of:

node: 11.0.0
vue-cli: 3.2.1
uvue: 0.1.0-alpha
os: macOS 10.14.3
browser: Chrome 71.0.3578.98
yabab-dev commented 5 years ago

As workarround please rename or remove public/index.html file.

It will be fixed in next version

John-Ciuchea commented 5 years ago

Removing public/index.html did fix my issue. Thanks for your fast reply!