Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travishorn/d3-usa-map
https://github.com/travishorn/d3-usa-map
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/travishorn/d3-usa-map
- Owner: travishorn
- Created: 2024-01-17T21:42:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T21:42:50.000Z (12 months ago)
- Last Synced: 2024-04-14T11:56:22.541Z (9 months ago)
- Language: Vue
- Size: 8.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D3 USA Map
A map of the United States of America plotted using D3 and rendered with Vue.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```