Visit the website at: https://simulationedge.no
Simulation Edge is a Vue 3 application designed for developing and hosting interactive simulation projects. The project utilizes Vite for efficient development and production workflows.
- Interactive Simulations: Engage users with interactive, game-like simulations.
- User Management: Features login, registration, and authentication capabilities.
- Modern Design: Built with responsive design principles for seamless usability across devices.
- Fast Development: Powered by Vite for quick development and efficient builds.
For the best experience, use:
- VSCode
- Volar Extension (Disable Vetur)
- TypeScript Vue Plugin (Volar)
See Vite Configuration Reference.
-
Install dependencies:
npm install
-
Compile and Hot-Reload for Development:
npm run dev
-
Compile and Minify for Production:
npm run build