Skip to content

JelleTalsma/Vue3-Vite-Pinia

Repository files navigation

Vue3-Vite-Pinia

This template contains:

  • Vue3
  • TypeScript
  • Vite
  • Pinia
  • Scss support

Vue template file (stub):

This template can be of use when making new Vue components through PhpStorm. (New -> Vue Component).

To implement it press Ctrl + Alt + S, go to Editor -> File and Code Templates -> Vue Single File Component and paste this code:

<script setup lang="ts">

</script>

<template>

</template>

<style scoped lang="scss">

</style>

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published