Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

An Hero Section designed by Yan Liu developed with Vue 2 that uses GSAP for animation

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
```
---