wg-portal/frontend
Dmytro Bondar 28f91a2968
Rename vite.config.js
Keep CJS as default, opt-in to ESM if needed
More: https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated

Signed-off-by: Dmytro Bondar <git@bonddim.com>
2024-11-26 22:16:28 +01:00
..
.vscode V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
public V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
src feat(translations): chinese translations (#316) 2024-11-01 18:05:38 +01:00
.env.development V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
.env.production V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
.gitignore V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
index.html V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
package-lock.json Lock file maintenance 2024-11-26 22:16:28 +01:00
package.json feat: Added peers sorting on views (#302) 2024-09-23 21:44:43 +02:00
README.md V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
vite.config.mjs Rename vite.config.js 2024-11-26 22:16:28 +01:00

frontend

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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