/vue-component-template

a vite template for creating own vue3 component

Primary LanguageVue

Vue Component Template

this template includes:

  • Vue 3
  • TypeScript
  • TSX
  • Eslint
  • Prettier

It will help you to create own component

Getting Started

npx degit houtaroy/vue-component-template my-component
cd my-component

yarn:

yarn
yarn dev
yarn build

pnpm:

pnpm install
pnpm dev
pnpm build

Utils

provide a componentUtil to set install to your component