An open API service indexing awesome lists of open source software.

https://github.com/wizardpisces/experiment

Svelte Vue React-Hooks Vite Webpack Koa Inversify Rpc Express etc in mini-version
https://github.com/wizardpisces/experiment

composition-api expressjs inversifyjs koa react-hooks rpc sveltejs vite vue3 webpack

Last synced: 3 months ago
JSON representation

Svelte Vue React-Hooks Vite Webpack Koa Inversify Rpc Express etc in mini-version

Awesome Lists containing this project

README

        

## 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
```