Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kostyfisik/transition-height-vue3-ts


https://github.com/kostyfisik/transition-height-vue3-ts

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

Height (auto) transition using Vue 3, TypeScipt, and Web Animation API example based on [Vitesse](https://github.com/antfu/vitesse) and Markus Oberlehner [code](https://github.com/maoberlehner/transition-to-height-auto-with-vue).


Live Demo

## Usage

### Development

Just run and visit http://localhost:3333

```bash
pnpm dev
```

### Build

To build the App, run

```bash
pnpm build
```

And you will see the generated file in `dist` that ready to be served.