telegram-mini-apps-dev / vite-boilerplate

This template provides a minimal setup to get TWA working in Vite with React, TypeScript, HMR and some ESLint rules.
https://t.me/vite_twa_example_bot/app
132 stars 53 forks source link

Create Telegram Mini App boilerplate on Vue #3

Open kuhel opened 1 year ago

kuhel commented 1 year ago

Create template which provides a minimal setup to get Telegram Mini App working with Vue framework

moseyah commented 11 months ago

The existing main branch is using the React framework. Should we create a new branch to implement this template, or should we adjust the file directory and create an “example” folder to contain all templates?

kuhel commented 11 months ago

The existing main branch is using the React framework. Should we create a new branch to implement this template, or should we adjust the file directory and create an “example” folder to contain all templates?

I would suggest create new repo for this task.

moseyah commented 11 months ago

OK, I will create a repository to implement this task. When I am done, I will come back here with the repository link.

moseyah commented 11 months ago

This is the repository I used to accomplish this task, vite-vue-boilerplate . I would be happy to hear any suggestions for improvement.