Build production level project architecture with vite+vue3
Vue2 (long long ago), which has been used before, is now built through our previous development experience.
• framework: Vue3
• route management: Vue router
• status management: Vuex
• UI component library: UI element
• visual data display: echarts
• Internationalization: vue-i18n
• data request: Axios ...
Added by rcatal02 on Wed, 16 Feb 2022 06:16:24 +0200
Element UI strange skills second play! Improve development efficiency and prolong fishing time~
Theme style modificationIn order to modify the component style, a project used hundreds of styles to penetrate. Later, it was found that customizing a theme was enough!The first step is to modify the background color, font color and border color on the theme page of the official websiteStep 2: download the themeStep 3: replace the default css f ...
Added by lanrat on Tue, 21 Dec 2021 22:23:07 +0200
Background management system - complete code attached
Before, the background management system only wrote two pages without separate layout
details
Technology stack used:
vue-element-uivue-vuexvue-routervue-axios
This article has been greatly modified according to the previous article, and uses multi page layout. The effect will look better than before
Let's take a look at the implementation e ...
Added by tambo on Wed, 15 Dec 2021 10:15:31 +0200