express-vue / vue-pronto

Rendering Engine for turning Vue files into Javascript Objects
Apache License 2.0
20 stars 12 forks source link

Builds to FS and MFS #108

Closed danielcherubini closed 5 years ago

danielcherubini commented 5 years ago

This adds support to save client bundles to the file system as well as the memory file system. On the Bootstrap method it checks if the file is in the file system before running, if it's not it builds the file.

This doesn't include a build step, for that we need to move the config into a file on the rootDir.

This ONLY triggers if VUE_DEV is false or missing. (So production mode)

codecov[bot] commented 5 years ago

Codecov Report

Merging #108 into develop will increase coverage by <.01%. The diff coverage is 88%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #108      +/-   ##
===========================================
+ Coverage    92.48%   92.49%   +<.01%     
===========================================
  Files           14       14              
  Lines          599      613      +14     
===========================================
+ Hits           554      567      +13     
- Misses          45       46       +1
Impacted Files Coverage Δ
lib/renderer/renderer-webpack.js 89.24% <88%> (+0.35%) :arrow_up:

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 a28993d...e37b666. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #108 into develop will decrease coverage by <.01%. The diff coverage is 87.5%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #108      +/-   ##
===========================================
- Coverage    92.48%   92.48%   -0.01%     
===========================================
  Files           14       14              
  Lines          599      612      +13     
===========================================
+ Hits           554      566      +12     
- Misses          45       46       +1
Impacted Files Coverage Δ
lib/renderer/renderer-webpack.js 89.17% <87.5%> (+0.28%) :arrow_up:

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 a28993d...f8babb0. Read the comment docs.