suoyuesmile / wheel

Frontend Wheel Set

Home Page:https://suoyuesmile.github.io/wheel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Whee

OverView

This project mainly consists of two parts:

  1. Implement some key and commonly used JS API as the laboratory for developers to build wheels
  2. Collect common and mature front-end libraries as the treasure house of production environment

Why do it?

Implementing API is the best way to learn programming. The front end is no exception. For many important JS APIs or components, only by writing their core code can we have a deeper understanding of their principles and use them freely.

What can you do?

  1. Learn source code
  2. Practice regular JS API implementation
  3. Use some small demo to test implemented programs such as debounce
  4. Share your idea, Make New Wheel
  5. As an interview exercise

List of Contents

JavaScipt

CSS

component

  • button
  • cell
  • panel
  • input
  • popup
  • dialog

framework-base

  • parser
  • transfrom
  • compile
  • observe

framework-mini

  • webpack
  • vue
  • vuex
  • router
  • vite

Get Started

1. clone repo & cd dir

git clone https://github.com/suoyuesmile/wheel.git

2. install vscode node & run

3. run practice

4. test case

Contribution

How to Pull Request?

Study Source Code

How to read source?

How to debug code?

How to make wheels?

Search Resource

Avoid repeated manufacturing of wheels

About

Frontend Wheel Set

https://suoyuesmile.github.io/wheel


Languages

Language:JavaScript 65.8%Language:HTML 34.2%