Skip to content

This template should help get you started developing with Vue 3 in Vite.

Notifications You must be signed in to change notification settings

kkiapay/vue-boilerplate

Repository files navigation

boilerplate

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Expected NodeJs version

node v-16.x

Project Setup

This project is configured with Pinia (state management), Typescript(language development) and Tailwind CSS (CSS Framework).

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests

npm run test:unit

Run End-to-End Tests

npm run test:e2e

Lint

npm run lint

Git flow

# features
feat/

# bugfix
fix/

# hotfix
hotfix/

# release
release/

# support
support/

Husky

This project has Husky configured. So, you must have valid eslint files and every unit tests OK before to be able to commit your work.

Resources

Figma

Diagrams

About

This template should help get you started developing with Vue 3 in Vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published