Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.04 KB

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Install on your Local device

Requirements

Installation

  • Navigate to your desired installation directory for example on 'Desktop'

    cd Desktop
  • Clone the project

    git clone https://github.com/PaulSong213/web-components.git
  • Navigate to the web components project

    cd web-components
  • Install required dependecies

    npm i
  • Run the project on localhost

    npm run dev
  • Lastly, open the project on localhost:3000 or whichever port available given in the command line.