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