Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashchouhan16/quinpool
Built with Vue, Google Maps, Geolocator API for 10.30.1.91
https://github.com/akashchouhan16/quinpool
google-maps vue
Last synced: about 1 month ago
JSON representation
Built with Vue, Google Maps, Geolocator API for 10.30.1.91
- Host: GitHub
- URL: https://github.com/akashchouhan16/quinpool
- Owner: akashchouhan16
- Created: 2022-09-11T14:53:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T12:38:30.000Z (7 months ago)
- Last Synced: 2024-10-24T21:59:19.036Z (3 months ago)
- Topics: google-maps, vue
- Language: Vue
- Homepage: https://quinpool.netlify.app/
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quinbay CarPool
### Dependencies
> * Git `v2.37`
> * Node.js `v14.18`
> * npm `v6.14`
> * Vue.js `v2.6.14`
> * Vuex `@4`: For State Management
> * Vue-Router `@3`: For Component Routing
> * Vuetify `@2`: For Custom CSS### Project setup
```
npm install
```* **Compiles and hot-reloads for development**
```
npm run serve
```* **Compiles and minifies for production**
```
npm run build
```* **Lints and fixes files**
```
npm run lint
```* **Customize configuration**
See [Configuration Reference](https://cli.vuejs.org/config/).```