Skip to content

Releases: hjeti/vue-generator

v1.1.0

24 Mar 20:21
Compare
Choose a tag to compare
  • 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

07 Mar 10:26
Compare
Choose a tag to compare
  • documentation fixes

v1.0.0

07 Mar 10:25
Compare
Choose a tag to compare
  • documentation improvements

v0.5.0

06 Mar 22:15
Compare
Choose a tag to compare
  • added documentation
  • fixed $ vg copy-templates missing files issue
  • fixed $ vg show-templates missing files issue

v0.4.0

05 Mar 21:51
Compare
Choose a tag to compare
  • 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

05 Mar 19:55
Compare
Choose a tag to compare
  • page commands and templates are now renamed to view to make it more generic.
$ vg view <name>
$ vg wizard view

v0.2.0

04 Mar 23:57
Compare
Choose a tag to compare
  • 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