Skip to content

Releases: hjeti/vue-generator

v1.1.0

Choose a tag to compare

@hjeti hjeti released this 24 Mar 20:21
  • add support for binary files.

It's possible to use binary files in your templates now and vue-generator will not crash on .DS_Store files anymore.

v1.0.1

Choose a tag to compare

@hjeti hjeti released this 07 Mar 10:26
  • documentation fixes

v1.0.0

Choose a tag to compare

@hjeti hjeti released this 07 Mar 10:25
  • documentation improvements

v0.5.0

Choose a tag to compare

@hjeti hjeti released this 06 Mar 22:15
  • added documentation
  • fixed $ vg copy-templates missing files issue
  • fixed $ vg show-templates missing files issue

v0.4.0

Choose a tag to compare

@hjeti hjeti released this 05 Mar 21:51
  • add copy-templates command to copy default templates. This is handy if you want to use the default templates as a base for your own custom templates
$ vg copy-templates
  • template command renamed to show-templates for clarification
$ vg show-templates

v0.3.0

Choose a tag to compare

@hjeti hjeti released this 05 Mar 19:55
  • page commands and templates are now renamed to view to make it more generic.
$ vg view <name>
$ vg wizard view

v0.2.0

Choose a tag to compare

@hjeti hjeti released this 04 Mar 23:57
  • Support for local settings in .vuegenerator files
  • Easy creation of local settings file with 'vg init'
  • Settings command refactored.
  • Support added for setting local and global settings.
  • Settings nicely formatted when outputted