Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm - no ssr.js file in dist for Nuxt #213

Open
raynox opened this issue Aug 11, 2018 · 0 comments
Open

npm - no ssr.js file in dist for Nuxt #213

raynox opened this issue Aug 11, 2018 · 0 comments

Comments

@raynox
Copy link

raynox commented Aug 11, 2018

Hi,
I just installed your package (2.4.11) using npm and tried to integrate it with Nuxt using:

import Vue from 'vue';
import VueCoreImageUpload from 'vue-core-image-upload/dist/ssr';

Vue.use( VueCoreImageUpload );

plugins: [
  { src: '~plugins/vue-core-image-upload.js', ssr: false }
]

but... there is no ssr.js in dist folder.
What could go wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant