Go to file
2025-03-03 13:38:47 +08:00
.vscode initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
public Enhance UI with improved state management and button functionality 2025-03-02 17:15:10 +08:00
src Refactor App.vue to improve item validation, enhance UI layout with Element Plus, and update button functionality 2025-03-03 13:38:47 +08:00
.gitignore initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
index.html initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
jsconfig.json initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
package-lock.json Add Element Plus and auto-import support to enhance UI components 2025-03-02 17:14:53 +08:00
package.json Add Element Plus and auto-import support to enhance UI components 2025-03-02 17:14:53 +08:00
README.md initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
vite.config.js Add Element Plus and auto-import support to enhance UI components 2025-03-02 17:14:53 +08:00

js-exform

This template should help get you started developing with Vue 3 in Vite.

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