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
Refactoring bundle build and add single components build #826
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #826 +/- ##
==========================================
+ Coverage 32.88% 33.35% +0.47%
==========================================
Files 43 42 -1
Lines 1268 1265 -3
Branches 390 388 -2
==========================================
+ Hits 417 422 +5
+ Misses 830 824 -6
+ Partials 21 19 -2
Continue to review full report at Codecov.
|
|
Thank you for the commit. I want to test the dev version. How to use tree picking? How to import a specific component? And also I am trying to install dev branch as: |
|
@sinanerdem Docs in the dev branch has been updated and you might follow it. To install an unpublished package I usually use: |
|
Try installing with Should have this version with new build settings. |
|
Thank you. Everything seems to work except dialog. Its usage is a bit different. How can I use it? |
|
This works for dialog and similar components: import Dialog from 'buefy/src/components/dialog'; use inside another component as: |
|
Did you add |
No description provided.