Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

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

AltStyle によって変換されたページ (->オリジナル) /