-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ArrayZoneYour/develop
v0.0.1
- Loading branch information
Showing
28 changed files
with
5,561 additions
and
208 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,3 +1,8 @@ | ||
{ | ||
"presets": ["@babel/env", "@babel/react", "@babel/preset-typescript"] | ||
"presets": [ | ||
"react-hot-loader/babel", | ||
"@babel/env", | ||
"@babel/react", | ||
"@babel/preset-typescript" | ||
] | ||
} |
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,2 +1,3 @@ | ||
node_modules/ | ||
.idea/ | ||
.idea/ | ||
dist/ |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## Circle | ||
|
||
### Quick Start | ||
|
||
```bash | ||
# Shell 1 | ||
cd server | ||
npm install | ||
npm run start | ||
``` | ||
```bash | ||
# shell 2 | ||
npm install | ||
npm run start | ||
``` | ||
|
||
### Feature Map v0.0.1 | ||
|
||
- [x] Webpack Naive Pipeline | ||
- [x] Quick Start apollo-server and apollo-client | ||
- [x] Integrate Ant Design (It doesn't support CSS Module) | ||
- [x] Babel 7.0 Bug Fix | ||
- [x] Doc Support | ||
- [x] Make Menu Configurable | ||
- [x] Mock Apollo Server Integrate | ||
- [x] Integrate the basic router | ||
- [x] Route automatically by the construction under `src/pages` | ||
- [x] Refresh the browser when code change | ||
- [x] Code Review and Release v0.0.1 | ||
|
||
### Feature Map v0.0.2 | ||
|
||
- [ ] TreeShaking npm packages | ||
- [ ] Separate the css and js when webpack build | ||
- [ ] Debug mode (Show the build time ... info on the right-bottom corner) | ||
|
||
### Feature Map | ||
|
||
- [ ] Visualize the folder structure and code lines | ||
- [ ] Visualize the npm dependencies | ||
|
||
## License | ||
|
||
MIT |
Oops, something went wrong.