# @carto/create-vue

> Template for creating CARTO applications in Vue

Latest version **0.1.5** (published 2025-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @carto/create-vue
pnpm add @carto/create-vue
yarn add @carto/create-vue
bun add @carto/create-vue
```

Provides the commands `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`.

## Health

**Score 30/100 (F)** — status: maintenance-mode.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2025-04-01 |
| First published | 2024-08-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 20 |
| Unpacked size | 39.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Don McCurdy <donmccurdy@carto.com> |
| Maintainers | jmtorrescartodb, juanra-carto, cartodb, shylpx, jaragon, aaranadev, zbigg, josmorsot, vmilan, felixpalmer, donmccurdy, moicalcob, aalmonacid, jmgaya, menusal |

## Links

- npm: https://www.npmjs.com/package/@carto/create-vue
- Repository: github:CartoDB/carto-app-templates
- npm.io page: https://npm.io/package/@carto/create-vue

## Dependencies (20)

- [vue](https://npm.io/package/vue.md) ^3.5.13
- [meow](https://npm.io/package/meow.md) ^13.2.0
- [vue-router](https://npm.io/package/vue-router.md) 4.5.0
- [maplibre-gl](https://npm.io/package/maplibre-gl.md) ^4.7.1
- [@vueuse/core](https://npm.io/package/@vueuse/core.md) ^12.8.2
- [@deck.gl/core](https://npm.io/package/@deck.gl/core.md) ~9.1.8
- [@deck.gl/json](https://npm.io/package/@deck.gl/json.md) ~9.1.8
- [@luma.gl/core](https://npm.io/package/@luma.gl/core.md) ~9.1.6
- [@deck.gl/carto](https://npm.io/package/@deck.gl/carto.md) ~9.1.8
- [@deck.gl/layers](https://npm.io/package/@deck.gl/layers.md) ~9.1.8
- [@luma.gl/engine](https://npm.io/package/@luma.gl/engine.md) ~9.1.6
- [@auth0/auth0-vue](https://npm.io/package/@auth0/auth0-vue.md) ^2.4.0
- [@loaders.gl/core](https://npm.io/package/@loaders.gl/core.md) ^4.3.3
- [@carto/api-client](https://npm.io/package/@carto/api-client.md) ^0.4.9
- [@deck.gl/extensions](https://npm.io/package/@deck.gl/extensions.md) ~9.1.8
- [@deck.gl/geo-layers](https://npm.io/package/@deck.gl/geo-layers.md) ~9.1.8
- [@carto/create-common](https://npm.io/package/@carto/create-common.md) ^0.1.5-alpha.0
- [@deck.gl/mesh-layers](https://npm.io/package/@deck.gl/mesh-layers.md) ~9.1.8
- [@luma.gl/shadertools](https://npm.io/package/@luma.gl/shadertools.md) ~9.1.6
- [@deck.gl/aggregation-layers](https://npm.io/package/@deck.gl/aggregation-layers.md) ~9.1.8

## Recent versions

- 0.1.5 (latest) — 2025-04-01
- 0.1.5-alpha.0 (alpha) — 2025-03-31
- 0.1.4 — 2025-03-31
- 0.1.3 — 2024-10-29
- 0.1.2 — 2024-10-09
- 0.1.2-alpha.4 — 2024-10-07
- 0.1.1 — 2024-10-07
- 0.1.0 — 2024-10-07
- 0.0.13-0 — 2024-09-27
- 0.0.13-alpha.0 — 2024-09-25
- 0.0.12 — 2024-09-19
- 0.0.11 — 2024-09-18
- 0.0.10 — 2024-09-18
- 0.0.9 — 2024-09-06
- 0.0.8 — 2024-09-06
- … 5 more at https://npm.io/package/@carto/create-vue/versions

## README

# CARTO application template (Vue)

## Quickstart

```bash
# install dependencies
yarn

# start local development server
yarn dev
```

During local development, the application can be found at `https://127.0.0.1:4002`,
or another available port. Note that HTTPS is required when using OAuth, and the
URL (including port number) in your SPA OAuth Client configuration must match.

---
_Source: https://npm.io/package/@carto/create-vue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
