Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakamura196/nuxt3-vuetify-cesium
Sample repository using Nuxt3, Vuetify, and Cesium.
https://github.com/nakamura196/nuxt3-vuetify-cesium
cesium nuxt nuxt3 vue vuetify
Last synced: 11 days ago
JSON representation
Sample repository using Nuxt3, Vuetify, and Cesium.
- Host: GitHub
- URL: https://github.com/nakamura196/nuxt3-vuetify-cesium
- Owner: nakamura196
- License: other
- Created: 2023-11-16T06:07:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T09:21:20.000Z (12 months ago)
- Last Synced: 2023-12-08T06:33:00.647Z (11 months ago)
- Topics: cesium, nuxt, nuxt3, vue, vuetify
- Language: Vue
- Homepage: https://nakamura196.github.io/nuxt3-vuetify-cesium/
- Size: 112 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 x Cesium
Sample repository using Nuxt3, Vuetify, and Cesium.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.