Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostyfisik/transition-height-vue3-ts
https://github.com/kostyfisik/transition-height-vue3-ts
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kostyfisik/transition-height-vue3-ts
- Owner: kostyfisik
- License: mit
- Created: 2022-02-11T11:42:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T09:15:49.000Z (10 months ago)
- Last Synced: 2024-11-06T22:43:59.041Z (about 2 months ago)
- Language: Vue
- Size: 209 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
## 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.