-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file was deleted.
Oops, something went wrong.