/tesla-clone

a tesla clone made with vue3

Primary LanguageVue

About The Project

Dies ist eine Kopie der Website von Tesla (Stand: Dezember 2023).

(back to top)

Built With

Vue Composition API

(back to top)

Usage

Dieses Projekt ist lediglich eine Kopie der offiziellen Website von Tesla und ist nur für Übungs-/Lernzwecke bestimmt.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/Flashrex/tesla-clone.git
  2. Install NPM packages
    npm install
  3. Compile and Hot-Reloading for Development
    npm run dev

(back to top)