A single-page web application for taxi. Built with Vue 3 and Vite. Live demo: kepnotaxi.pages.dev
-
Clone the repository:
git clone https://github.com/nikaose/Taxi.git cd Taxi -
Install dependencies:
Make sure you have Node.js installed.
npm install
-
Start the development server:
npm run dev
The app will be available at
http://localhost:5173/.
Taxi/
├── public/ # Static files
├── src/ # Vue application source code
│ ├── assets/ # Images and styles
│ ├── components/ # UI components
│ └── App.vue # Root component
├── index.html # Main HTML file
├── package.json # Dependencies and scripts
└── vite.config.js # Vite configuration
npm run dev— start the development servernpm run build— build the project for productionnpm run preview— preview the production build
Author: nikaose