Skip to content

SujithJr/vue3-ts-starter-template

Repository files navigation

Vue 3 with TS project folder structure

Setup

Visit this link for project folder explanation, https://iamsujith.in/blog/vue-3-typescript-starter-template

Install dependencies using any of the following,

bun install
bun run dev

Or

npm install
npm run dev

Or

yarn install
yarn run dev

Or

pnpm install
pnpm run dev