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
- Host: GitHub
- URL: https://github.com/wizardpisces/experiment
- Owner: wizardpisces
- Created: 2021-06-09T03:28:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T03:56:48.000Z (over 2 years ago)
- Last Synced: 2024-03-18T13:01:37.209Z (about 1 year ago)
- Topics: composition-api, expressjs, inversifyjs, koa, react-hooks, rpc, sveltejs, vite, vue3, webpack
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 38
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```