Frontend
Less than 1 minute
Frontend Development
Vue 2 + ElementUI based web console.
Setup
cd vue
npm install
npm run dev # Development
npm run build:prod # Production buildStructure
vue/src/
├── api/ # Backend API calls
├── components/ # Shared components
├── layout/ # Layout components
├── router/ # Route config
├── store/ # Vuex state
├── views/ # Page views
└── utils/ # Utilities