Skip to content

VueJS Starter Template for Ionic framework with NO typescript. Seen folks complaining that they are not ready for typescript yet, So I put this simple template together with routing, alert, modal, and toast UI components

aaronksaunders/ionic-vue-starter-no-ts

Repository files navigation

ionic-starter-no-ts

Includes

  • Using a Modal
  • Using a Toast
  • Page Navigation
  • Detail Page Navigation
  • Using IonIcons
  • Structuring Vue SFC the v2 way
export default defineComponent({
  name: "Home",
  components: {
    IonContent,
    IonHeader,
    IonPage,
    IonTitle,
    IonToolbar
  },
  data() {
    return {
      addCircleOutline
    };
  },
  methods: {
    goDetailPage() {
      this.$router.push("/detail");
    }
  }
});

About

VueJS Starter Template for Ionic framework with NO typescript. Seen folks complaining that they are not ready for typescript yet, So I put this simple template together with routing, alert, modal, and toast UI components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published