Tazaf / mdt-gio1-vue-seed

Starter project with Vuejs, Cesium, Leaflet, Openlayers, Axios and Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuejs 3.0 + carto2D/3D Seed

This is a basic starter project for a Vuejs 3.0 app (via vue-cli). It includes :

  • vuejs: 3.2
    • vue-router
    • axios
  • cesium: 1.85
  • leaflet: 1.7.1
  • Openlayers: 6.9.0

Installation

First download the project with Git:

git clone https://github.com/thibaud-c/seed-vuejs3.0-carto2D-3D.git your_project_name

Then open the folder in your command line, and install the needed dependencies:

cd your_project_name
npm install

Finally create a file .env at your project root to provide your Cesium ion key:

an example of .env is provided in .env.example

VUE_APP_CESIUM_ION_TOKEN=YOUR_CESIUM_ION_KEY

Run

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

About

Starter project with Vuejs, Cesium, Leaflet, Openlayers, Axios and Bulma

License:MIT License


Languages

Language:Vue 71.0%Language:JavaScript 22.9%Language:HTML 5.7%Language:Shell 0.4%