Skip to content

anhln/vue3-vite-ts-pinia-orm-todo

Repository files navigation

TODO Example use Vue 3 + Vuetify + Typescript + Vite + Pinia + ORM

This example should help get you started developing with Vue 3, Vuetify 3, Pinia ORM and Typescript in Vite.

🔨 Configured development tools:

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

🚀 How to get started ?

1️⃣ Clone the repository

HTTPS

git clone https://github.com/Lucas98Fernando/vue3-vite-ts-pinia-boilerplate.git

SSH

git clone git@github.com:Lucas98Fernando/vue3-vite-ts-pinia-boilerplate.git

2️⃣ Install dependencies

NPM

npm install

or only:

npm i

YARN

yarn install

or only:

yarn

3️⃣ Compilation and HMR for development with Vite

NPM

npm run dev

YARN

yarn dev
  • Perfect! ✅ If you followed the previous steps correctly, the application will be running by default on: http://localhost:3000

4️⃣ Compile and minify for production

NPM

npm run build

YARN

yarn build

5️⃣ Lints and fix files

NPM

npm run lint

YARN

yarn lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published