项目作者: anuardaher

项目描述 :
VueJS frontend interface that shows github users, their information and repositories
高级语言: Vue
项目地址: git://github.com/anuardaher/githubapi-frontend.git
创建时间: 2021-02-12T09:16:20Z
项目社区:https://github.com/anuardaher/githubapi-frontend

开源协议:

下载


Fronted

This project was build with Gridsome, a lightweight Vuejs framework to generate static files.
I have a basic knowledge of React, but I’m not having much time right now, so I used what I’m confortable with.

Backend

About the backend, I was learning Typescript last month, so I tried to use it on this project to pratice.

1. Install Gridsome CLI tool if you don’t have

npm install --global @gridsome/cli

2. Create a Gridsome project

  1. gridsome create my-gridsome-site to install default starter
  2. cd my-gridsome-site to open the folder
  3. gridsome develop to start a local dev server at http://localhost:8080
  4. Happy coding 🎉🙌