diff --git a/templates/community/ionic-blank.json b/templates/community/ionic-blank.json new file mode 100644 index 00000000..89fb3e9a --- /dev/null +++ b/templates/community/ionic-blank.json @@ -0,0 +1,6 @@ +{ + "name": "ionic-blank", + "defaultDir": "ionic-blank", + "url": "https://luisbytes.dev", + "tar": "https://codeload.github.com/luisbytes/nuxt-ionic-starters/tar.gz/refs/heads/blank" +} \ No newline at end of file diff --git a/templates/community/ionic-tabs.json b/templates/community/ionic-tabs.json new file mode 100644 index 00000000..38255c0d --- /dev/null +++ b/templates/community/ionic-tabs.json @@ -0,0 +1,6 @@ +{ + "name": "ionic-tabs", + "defaultDir": "ionic-tabs", + "url": "https://luisbytes.dev", + "tar": "https://codeload.github.com/luisbytes/nuxt-ionic-starters/tar.gz/refs/heads/tabs" +} \ No newline at end of file