Skip to content

gitguanqi/felab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE laboratory

This is the documentation for this project. Some pages about front-end cases are displayed!

Chinese document

table of Contents

  • Security
  • Background
  • Installation
  • Usage
  • API
  • Contribution
  • Agreement

Safety

This project is built using W3C WEB standard native language, and the theme is designed independently.

No program security issues have been found at this time. If you have any questions, please mention Suggestions.

Background

This warehouse records a summary of front-end knowledge cases that I have written and practiced in the past two years, including large projects and streamlined cases.

Installation

git clone https://github.com/gitguanqi/felab.git felab
cd felab
npm i live-server -g
live-server --port=4001 --host=localhost

Open http://localhost:4001 to see it.

Usage

Add project records in assets/mock/list.json.

Large projects can be added in the projects folder and small cases in the cases folder.

json format is

{
  "id": 1,
  "cid": 1001,
  "name": "XXX",
  "description": "XXX",
  "href": "projects/XXX/",
  "picUrl": "./assets/images/cover/XXX.jpg",
  "type": "project",
  "tags": "XXX,XXX",
  "create_time": "2020-03-04",
  "update_time": "2020-03-04"
}

API

This warehouse uses the axios library to request mock data for page rendering.

Contribution

@gitguanqi

Agreement

This project follows the GPL3.0 agreement, Copyright By gitguanqi