English | 简体中文
Vue2 Template Admin as a middle-background template, which is developed with vue2
, element-ui
and other related technology stacks. There are built-in secondary-encapsulates frequently-use components. Refine and abstract frequently-use modules, reduce the use of import
and require
, improve development efficiency
- Module: Highly abstract, minimize the use of
import
andrequire
- Component: Secondary-encapsulate for multiple frequently-use componen
This project is mainly based on ES2015+
, vue2
, Vue-router
, pinia
, vue-cli@4.5.17
, axios
andant design for vue
, you need to be familiar with in advance.
- node and git - Project development environment
- be acquainted with vue2 essentials syntax
- be acquainted with webpack features, not limited to (webpackDLL, ProvidePlugin, plugin alias), etc
- Since the project is highly abstract against typical modules such as
auth
,utils
, etc., you need to consult the vue.config.js file beforehand
- Pull project
git clone https://github.com/Octoveau/vue2-template-portal.git
- Into the project
cd vue2-template-portal
- Installation dependency
npm install
- Start
npm run serve
- Prepack [Prepack 'ant design for vue', 'moment', and 'lodash' to improve compilation speed]
npm run dll
- feat: New function
- fix: Fixed bugs
- config: Config changes
- docs: Updates the document
- refactor: Refactor the code (neither new features nor bug fixes)
- chore: Development tool change (build scaffolding tool etc.)