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

Prebuild vue components #32

Closed
1 task
asvae opened this issue Apr 18, 2019 · 0 comments · Fixed by #48
Closed
1 task

Prebuild vue components #32

asvae opened this issue Apr 18, 2019 · 0 comments · Fixed by #48
Labels

Comments

@asvae
Copy link
Contributor

asvae commented Apr 18, 2019

For now the import strategy is to just import specific vue-file.

Would make more sense to provide a compiled umd package so that components could be used from different environments and we don't enforce specific bundler + config.

As we go we can also:

  • Check tree shaking works. One solution is creating separate file for every spinner. Another way is to do a config. Each of these should be tested with analyzer to make sure bundle is built correctly.

See #13

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

Successfully merging a pull request may close this issue.

1 participant