Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odelola/vueii-landingpage-hero
An Hero Section designed by Yan Liu developed with Vue 2 that uses GSAP for animation
https://github.com/odelola/vueii-landingpage-hero
figma gsap html-css-javascript vue2 vuejs
Last synced: about 1 month ago
JSON representation
An Hero Section designed by Yan Liu developed with Vue 2 that uses GSAP for animation
- Host: GitHub
- URL: https://github.com/odelola/vueii-landingpage-hero
- Owner: Odelola
- Created: 2023-10-17T15:23:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T22:51:59.000Z (over 1 year ago)
- Last Synced: 2025-01-08T09:52:15.682Z (about 1 month ago)
- Topics: figma, gsap, html-css-javascript, vue2, vuejs
- Language: Vue
- Homepage: https://odelola-vue2-hero.netlify.app/
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Vue Landing Page Hero ⚡️](https://odelola-vue2-hero.netlify.app)
Hero Section designed by Yan Liu and made with Vue 2 and Gsap.
---
### Quick Start
- Install NodeJS LTS from [NodeJs Official Page](https://nodejs.org/en/?ref=horizon-documentation) (NOTE: Product only works with LTS version).
Clone the repository with the following command:
```bash
git clone https://github.com/Odelola/VueII-landingpage-hero.git
```Run in terminal this command:
```bash
npm install --save-exact
```
OR```bash
yarn -E
```Then run this command to start your local server
```bash
npm run serve
```
OR```bash
yarn serve
```
---