This is a back-end management system project with separate front-end and back-end folders. The back-end folder is the server.
For online demonstration, I used mockjs to write some interfaces to intercept axios requests and return predetermined fake data. The original interfaces were commented out, so during the online demonstration, no background login was performed to verify all data management modules, and all data could only be displayed.
When running locally, you can delete the part requested by the mock and uncomment the original interface to realize all the functions of the original management system.
1. Data visualization Echarts
2. Upload pictures (when adding products)
3. Export to PDF, TXT, EXCEL files
4. I18n internationalization
5. Token login interception
6. Simple form validation
7. Encapsulation and reuse of pagers
8. Encapsulation and reuse of pop-up windows
9. mockjs virtual data
10. Separate the front and back ends and use the express framework to build a basic node.js server.
npm install
新建终端
cd server
nodemon app.js
npm run serve
npm run build