https://github.com/romijulianto/geocoding-mapbox-vue-express-tailwind
Build & Deploy a Geocoding Map App With Mapbox, Vue 3, Express & Tailwind CSS
https://github.com/romijulianto/geocoding-mapbox-vue-express-tailwind
Last synced: 2 months ago
JSON representation
Build & Deploy a Geocoding Map App With Mapbox, Vue 3, Express & Tailwind CSS
- Host: GitHub
- URL: https://github.com/romijulianto/geocoding-mapbox-vue-express-tailwind
- Owner: romijulianto
- Created: 2023-04-17T18:03:40.000Z (about 2 years ago)
- Default Branch: client
- Last Pushed: 2023-04-18T10:46:00.000Z (about 2 years ago)
- Last Synced: 2025-01-19T08:15:16.651Z (4 months ago)
- Language: Vue
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Build & Deploy a Geocoding Map App With Mapbox, Vue 3, Express & Tailwind CSS
_Documentation by Romi Julianto_
## Installation
```bash
- vue create client
- npm install -D tailwindcss postcss autoprefixer
- npx tailwindcss init -p
- npm i axios leaflet
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run Request in PostMan
[]()
### Referensi
- [Build & Deploy a Geocoding Map App With Vue 3, Express & Tailwind CSS](https://www.youtube.com/watch?v=vfqjz-JnfXc)