Skip to content

this is my playground for learning hands on experience with vuejs

Notifications You must be signed in to change notification settings

medhatdawoud/vuejs-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs playground

This is my playground for learning hands on experience with vuejs

Idea

Simple vuejs Application to get info for given github username

Input

Github username

Output

  • name
  • email
  • avatar
  • company
  • location
  • number of repos
  • number of public gists
  • number of followers
  • number of following

How to install?

After cloning the repo. and from the project's root folder, vuejs-playground folder do the following:

  1. npm install to install all dependencies in package.json
  2. npm run start to automatically open the default browser on local http server. Checkout live-server documenation in order to know some customization features of it in package.json for example, to start it on port 8888:
...
"scripts": {
   "start": "live-server --port=8888",
   ... 

If you would like to run it locally. i.e from the local filesystem, you have to rmove the prefixed slash of the src attribute of the script tag in index.html to be build/main.js instead of /build/main.js.

About

this is my playground for learning hands on experience with vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •