2014ec4b2ba2c178b5391b2f03537dbf9f71fee1
webui
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
const APP = new App(); const LAYOUT_CUSTOMIZER = new LayoutCustomizer(); const PLUGINS = new Plugins(); const I18N_MANAGER = new I18nManager();
function appInit() { APP.init(); LAYOUT_CUSTOMIZER.init(); PLUGINS.init(); I18N_MANAGER.init(); }
export { APP, LAYOUT_CUSTOMIZER, PLUGINS, I18N_MANAGER, appInit, }
Description
Languages
CSS
47%
Vue
34.7%
JavaScript
18.2%