目标:包含常规管理功能的后台,
1. 初始化, vite element-plus
# npm i create-vite-app 已经 deprecated
npm init @vitejs/app
# ✔ Project name: … vite-project
# ✔ Select a framework: › vue
# ✔ Select a variant: › vue
cd vite-project
npm install
npm run dev
npm install -D eslint eslint-plugin-vue
npm install vue-i18n vue-router vuex
npm install axios clipboard screenfull sortablejs
npm install jsencrypt nprogress vuedraggable
npm install ol particles.js three
npm install echarts element-plus