Skip to content

Vue.js web app to save and review your favorite local places, powered by Google Maps API

Notifications You must be signed in to change notification settings

joshrosenhanst/local-favorites

Repository files navigation

Local Favorites

Local Favorites is a Vue.js web app to save and review your favorite local places, powered by Google Maps Javascript API. Bootstrapped with Vue CLI tool.

Local Favorites Preview

Local Development

  1. npm install
  2. Get a Google Maps API key that is enabled for both Maps Javascript API and Places API for Web
  3. Create a .env.local file in the root directory and add the following line: VUE_APP_MAP_API=<your Maps API key>
  4. npm run serve

Webpack / Babel settings

The app uses the Vue CLI settings to compile Vue, Sass, and JS code. To support IE 10/11 the app uses the useBuiltIns: entry option in babel.config.js and import @babel/polyfill in main.js.

Sass variables, located in scss/_variables.scss are available to all Vue component files using the css options in vue.config.js.

Available Scripts

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

Vue.js web app to save and review your favorite local places, powered by Google Maps API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published