Mall Admin Web

screenshot of Mall Admin Web
vue
scss

mall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。

Overview:

The mall-admin-web project is the frontend part of a frontend and backend separated project, with the backend project located at mall. This project, mall-admin-web, is a frontend project for an e-commerce backend management system implemented using Vue+Element. It includes functionalities such as product management, order management, member management, promotion management, operation management, content management, statistical reports, financial management, permission management, and settings.

Features:

  • Vue: Frontend framework.
  • Vue-router: Routing framework.
  • Vuex: Global state management framework.
  • Element: Frontend UI framework.
  • Axios: Frontend HTTP framework.
  • v-charts: Chart framework based on Echarts.
  • Js-cookie: Cookie management tool.
  • nprogress: Progress bar control.
  • vue-element-admin: Reference project scaffold.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.