Go to file
2025-03-04 21:39:15 +08:00
.vscode initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
public Add demo HTML files for dark mode and standard mode 2025-03-04 16:59:33 +08:00
src Add language support for UI text and create lang.js file 2025-03-04 21:39:15 +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 Update main.js to import Element Plus styles, enhance parent.html with new input types and improved layout 2025-03-03 18:07:09 +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 Use themes to support dark mode 2025-03-04 16:51:55 +08:00
package.json Use themes to support dark mode 2025-03-04 16:51:55 +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