This is a project built using Vue.js in TypeScript. It is a car dashboard front-end that allows users to view and monitor various aspects of their car's performance.
This project was built using the following technologies:
- Vue.js
- TypeScript
- SCSS
To get started with this project, simply clone the repository and install the necessary dependencies:
git clone https://github.com/raouf25/car-dashboard-front.git
cd car-dashboard-front
yarn install
Once the dependencies are installed, you can start the development server:
yarn serve
This will start the development server at http://localhost:8080.
To build the project for production, run:
yarn build
This will generate a dist folder containing the compiled and minified files for production.
The project is deployed and hosted on GitHub Pages at https://raouf25.github.io/car-dashboard-front/. To deploy the application, run:
yarn deploy
To run unit tests, run:
yarn test:unit
To lint and fix files, run:
yarn lint
For more information on customization, see Configuration Reference.
This project is licensed under the MIT License. See the LICENSE file for details.