Skip to content

ameliapower/vue-restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant App built in VueJS using data from the Foursquare API. Enter meal and location using zipcode, name or lat and long. The first call for venue endpoint data nests a second call to the photos endpoint.

Substitute your own Foursquare client_id and secret.

Webpack and vue-loader added.

HtmlWebpackPlugin and CopyWebpackPlugin added.

Configured with the following loaders:

  • babel
  • sass, css, and style
  • fonts
  • images
  • vue-loader

Installation

  1. Clone or download the repository:
$ git clone https://github.com/ameliapower/vue-restaurants
  1. Go to the root of the project and install all project's dependencies:
$ npm install
  1. Run npm server:
$ npm start
  1. Run build:
$ npm run-script build

About

Vue app using data from foursquare api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors