Skip to content

wizardpisces/experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Frameworks in mini version

eg: [ React-Hooks, Vite, Vue, Svelte, Webpack, Koa, Inversify, RPC, Express, etc]

More info: packages/* readme.md

Philosophy

Learn by doing, explain things in the simplest way

理解框架最快的方式是亲自实现一遍

Bootstrap

Option1: partial install

Refer to each package's readme.md

Option2: full install

npm install -g lerna
lerna bootstrap # Link local packages together and install remaining package dependencies