omarkawach / 2d-3d-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map components Vue 3 + Vite template

📁 Click here to download this directory as a ZIP file 📁

This project showcases how to integrate the map components using Vite.

Get started

The project was created using npm create vite with the vanilla JavaScript template.

Commands

Instructions for setup after you save this directory to your machine.

Install dependencies

npm

npm install

yarn

yarn install

Dev

Start local server

npm

npm run dev

yarn

yarn dev

Build

Build the project to the specified output folder (/dist)

npm

npm run build

yarn

yarn build

Preview

Start local server to serve the specified output folder. You must run build before preview

npm

npm run preview

yarn

yarn preview

Resources

Stencil - Vue Integration

Vue - Components Basics

About


Languages

Language:Vue 33.1%Language:HTML 32.3%Language:JavaScript 28.0%Language:CSS 6.5%