Skip to content

Commit

Permalink
Merge pull request #8 from ArrayZoneYour/develop
Browse files Browse the repository at this point in the history
v0.0.1
  • Loading branch information
ArrayZoneYour authored Sep 5, 2018
2 parents 3f61bbc + 67efc58 commit ad344d8
Show file tree
Hide file tree
Showing 28 changed files with 5,561 additions and 208 deletions.
7 changes: 6 additions & 1 deletion .babelrc
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"
]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.idea/
.idea/
dist/
44 changes: 44 additions & 0 deletions README.md
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
Loading

0 comments on commit ad344d8

Please sign in to comment.