Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 19, 2023
1 parent 734df48 commit e3a8fce
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Apex-Launcher

> Monorepo Demo
## Monorepo Project Structure

| Path | Description |
| ----------- | ------------------------------- |
| apps/\* | Business Application |
| docs/\* | Documentation |
| helpers/\* | Monorepo Helpers |
| packages/\* | Packages / Modules / Components |

## More

See README

- `apps/react-demo/README.md`
- `apps/vue-demo/README.md`
10 changes: 9 additions & 1 deletion apps/react-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# README

It's a demo which help developer to understand the react-mobx project structure.
It's a demo which help developer to understand the react-mobx project structure.

## Tech Stack

`React` + `MobX` + `Webpack 5`

## Store

Use `MobX` like using `Pinia` which maybe beneficial for tree shaking in large projects. See `src/store/*`
9 changes: 2 additions & 7 deletions apps/vue-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# README

## Issues
## Tech Stack

### Scoped style leads to error: TS7006: Parameter 'n' implicitly has an 'any' type

See

- https://github.com/vuejs/vue-loader/issues/1915
- https://github.com/vuejs/core/pull/9363
`Vue 3` + `Pinia` + `Vite`
5 changes: 0 additions & 5 deletions apps/vue-demo/global.d.ts

This file was deleted.

0 comments on commit e3a8fce

Please sign in to comment.