Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.26 KB

File metadata and controls

44 lines (28 loc) · 1.26 KB

Simulation Edge

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.

Features

  • 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.

Recommended IDE Setup

For the best experience, use:

Customize Configuration

See Vite Configuration Reference.

Project Setup

  1. Install dependencies:

    npm install
  2. Compile and Hot-Reload for Development:

    npm run dev
  3. Compile and Minify for Production:

    npm run build