🚀 Release the power of Font-end
💪 Finding the best practice
# Shell 1
cd server
npm install
npm run start
# shell 2
npm install
npm run start
npm run analyse
- Visualize the folder structure and code lines
- Reboot the project
- Snyk
- Explore DllPlugin and CommonChunks plugin
- Debug mode (Show the build time ... info on the right-bottom corner)
- Todo List Level Demo
- SubTask
- i18n
- Global Context
- Cli - For quick generate template (SFC, DescriptionList, Table, ...)
- apollo server integrate CURD, pagination
- TreeShaking npm packages
- Use Webapck alias to Tree Shaking @ant-design/icons
- Separate the css and js when webpack build
- Visualize the npm dependencies
- Webpack Naive Pipeline
- Quick Start apollo-server and apollo-client
- Integrate Ant Design (It doesn't support CSS Module)
- Babel 7.0 Bug Fix
- Doc Support
- Make Menu Configurable
- Mock Apollo Server Integrate
- Integrate the basic router
- Route automatically by the construction under
src/pages
- Refresh the browser when code change
- Code Review and Release v0.0.1
MIT