Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/houtaroy/vue-component-template

a vite template for creating own vue3 component
https://github.com/houtaroy/vue-component-template

Last synced: 2 months ago
JSON representation

a vite template for creating own vue3 component

Lists

README

        

# Vue Component Template

this template includes:

- Vue 3
- TypeScript
- TSX
- Eslint
- Prettier

It will help you to create own component

## Getting Started

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

yarn:

```bash
yarn
yarn build
yarn dev
```

pnpm:

```bash
pnpm install
pnpm build
pnpm dev
```

## Utils

provide a [componentUtil](https://github.com/houtaroy/vue-component-template/tree/main/package/utils/ComponentUtil.ts) to set `install` to your component