Skip to content

chanchal-kumar-mandal/vuejs-ingredient-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project description

Representing Ingredient Details From Content Graph API Data using Vue.js. We check whether an ingredient exists or not in content graph, if exist then represent ingredient details in diffrent tabs. We can render diffrent page using router.

Demo screenshots

Screen Shot 2022-04-02 at 1 20 20 PM

Screen Shot 2022-04-02 at 1 20 34 PM

Screen Shot 2022-04-02 at 1 20 50 PM

Screen Shot 2022-04-02 at 1 21 11 PM

Requirements

Install Nodejs

https://nodejs.org/en/download/

Install vue cli

npm install -g @vue/cli

Create vue app

vue create vuejs-ingredient-app

Go to app directory

cd vuejs-ingredient-app

Start app open (http://localhost:8080/) to view it in your browser after run below command.

npm run serve

Add router

vue add router

Add axios

npm i axios

Include vue bootstrap

npm install vue bootstrap bootstrap-vue

Imporatnat links

https://vuejs.org/guide/introduction.html

About

Representing Ingredient Details From Content Graph Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published