A quick way to start a web map application with Vue.js using MapLibre GL JS.
A simple fullscreen map application is used to showcase how to utilize MapTiler maps together with Vue.js and MapLibre GL JS for your Vue.js app.
📖 Documentation 🌐 Website 🔑 Get API Key
Table of Contents
Clone the repo to create a new Vue.js project. Run in your command-line:
git clone https://github.com/maptiler/vue-template-maplibre-gl-js.git my-vue-mapThis project was generated with Vue CLI version 4.5.15.
npm install -g @vue/cliNavigate to the newly created project folder my-vue-map
cd my-vue-mapInstall the NPM packages dependencies. Run in your command-line:
npm installRename or copy the .env.example file to .env
cp .env.example .envOpen the .env file,
Your MapTiler account access key is on your MapTiler Cloud account page.
ℹ️ If you don't have an API KEY, you can create it for free at https://www.maptiler.com/cloud/
To start your local environment, run:
npm run serveYou will find your app on address http://localhost:8080/.
Now you should see the app in your browser.
To build for production, run:
npm run buildTo deploy the app to the gh-pages branch, run:
node gh-pages.jsCheck out the full list of MapTiler examples
- 📚 Documentation - Comprehensive guides and API reference
- ✉️ Contact us - Get in touch or submit a request
- 🐦 Twitter/X - Follow us for updates
We love contributions from the community! Whether it's bug reports, feature requests, or pull requests, all contributions are welcome:
- Fork the repository and create your branch from
main - If you've added code, add tests that cover your changes
- Ensure your code follows our style guidelines
- Give your pull request a clear, descriptive summary
- Open a Pull Request with a comprehensive description
This project is licensed under the MIT License – see the LICENSE file for details.
This project is built on the shoulders of giants:
- MapTiler – Maps for developers
- MapLibre GL JS – Open-source TypeScript library for publishing maps on your website
- Vue.js – The Progressive JavaScript Framework
💜 Made with love by the MapTiler team
