Go to file
2025-03-02 14:44:11 +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 radio input type to parent.html and enhance App.vue with improved item validation and response handling 2025-03-02 14:44:11 +08:00
src Add radio input type to parent.html and enhance App.vue with improved item validation and response handling 2025-03-02 14:44:11 +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 initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +08:00
package.json initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +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 initialize Vue 3 project with Vite, add basic structure and configuration files 2025-03-01 23:18:36 +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