[deprecated][废弃] 以 antd 为基础组件构建的一套中后台管理系统的基本架构模板
antd-admin-boilerplate是一个基于antd和react构建的中后台管理系统的基本架构模板。该项目已废弃,建议使用官方的antd-design-pro项目。该模板的目的是使用antd和react构建中后台系统,已经被多个系统使用过。技术栈包括react、antd、webpack和es6。兼容性原则上支持IE9+和现代浏览器环境。此外,建议使用Node 4 LTS版本和npm 3+版本进行开发。对于Webpack 3使用cnpm,并通过设置别名的方式,当私有npm还未搭建起来时,可以在webpack.dev.config.js的devServer配置项中设置api代理。
antd-admin-boilerplate是一个基于antd和react构建的中后台管理系统的基本架构模板。该项目已废弃,建议使用官方的antd-design-pro项目。该模板的技术栈包括react、antd、webpack和es6,兼容性支持IE9+和现代浏览器环境。对于开发,建议使用Node 4 LTS版本和npm 3+版本,并通过设置别名的方式来使用Webpack 3。可以在webpack.dev.config.js中设置api代理进行开发。
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.
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.
Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.
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.