Go to file
2025-03-05 14:15:29 +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 file for Chinese language support 2025-03-04 21:39:24 +08:00
src Fix null handling for checkbox answers in App.vue 2025-03-05 14:15:29 +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