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

feat: support for vue2 #88

Merged
merged 14 commits into from
May 19, 2021
Merged

feat: support for vue2 #88

merged 14 commits into from
May 19, 2021

Conversation

JiLiZART
Copy link
Owner

@JiLiZART JiLiZART commented Feb 5, 2021

  • Component
  • Plugin install
  • Preset
  • Tests
  • Example
  • Readme section

@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #88 (c443ba8) into master (64b4778) will increase coverage by 0.31%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   92.72%   93.04%   +0.31%     
==========================================
  Files          15       18       +3     
  Lines         660      690      +30     
  Branches      157      166       +9     
==========================================
+ Hits          612      642      +30     
  Misses         42       42              
  Partials        6        6              
Impacted Files Coverage Δ
packages/bbob-preset-vue/src/index.js 100.00% <100.00%> (ø)
packages/bbob-preset/src/index.js 69.23% <100.00%> (+2.56%) ⬆️
packages/bbob-vue2/src/Component.js 100.00% <100.00%> (ø)
packages/bbob-vue2/src/render.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 64b4778...c443ba8. Read the comment docs.

@JiLiZART JiLiZART changed the title chore: initial setup for vue2 packages feat: support for vue2 Feb 5, 2021
@JiLiZART JiLiZART force-pushed the feature/vue-support branch from b09682d to aa41166 Compare May 3, 2021 15:10
@JiLiZART JiLiZART added the enhancement New feature or request label May 9, 2021
@JiLiZART JiLiZART linked an issue May 9, 2021 that may be closed by this pull request
@JiLiZART JiLiZART merged commit cbccbaf into master May 19, 2021
@JiLiZART JiLiZART deleted the feature/vue-support branch May 19, 2021 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: vue support
1 participant