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

How to use without Webpack? #17

Closed
ghost opened this issue Jan 2, 2019 · 4 comments
Closed

How to use without Webpack? #17

ghost opened this issue Jan 2, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 2, 2019

Is possible to get a build version of vue-window? I'm using Vue without Single File Components and Webpack, so I can't use this pack.

How to build it to single js?

@michitaro
Copy link
Owner

Here is the example for standalone use. See the HTML source.

@michitaro
Copy link
Owner

How to build it to single js?

git clone https://github.com/michitaro/vue-window.git
cd vue-window
npm install
npm run standalone
open standalone/dist

@ghost
Copy link
Author

ghost commented Jan 3, 2019

Seems that now the :closeButton doesn't work anymore:
<hsc-window title="Debug" :closeButton="true">

@michitaro
Copy link
Owner

Use :close-button instead of :closeButton.
See here.

@ghost ghost closed this as completed Jan 12, 2019
This issue was closed.
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