Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 781 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 781 Bytes

FIS SKI SANCTIONS

display fis ski sanctions list with search and filter options

it consume fis-ski api in order to get the sanctions list https://api.fis-ski.com/documentation/general

Development

dev enviroment

Requirments Node v22.3.0

run the following command to install the required packages

npm install

for development run the following command

run dev env

for build the project run the following command

run dev build

once build done publish the content of the dist folder to the server

npm packages

http-proxy-middleware for handle cors request on development

vite-plugin-static-copy for copy the favicon files to the dist folder

axios for handle the api request

pinia for state management

vue

vite