From 897c6c92d1e754051b23199822c53e7211aacfb9 Mon Sep 17 00:00:00 2001 From: luisbytes <137983537+luisbytes@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:20:24 -0500 Subject: [PATCH] feat: add new ionic starter templates --- templates/community/ionic-blank.json | 6 ++++++ templates/community/ionic-tabs.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 templates/community/ionic-blank.json create mode 100644 templates/community/ionic-tabs.json 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