The project concerns the CV website at https://cv.kamilcraft.com. The website is created with RWD design techniques. The website is adapted for mobile devices, desktop browsers with A4 printability.
I used Vue.js in the project. Some of the content is static. The information about the projects is retrieved from the API.
npm install --legacy-peer-deps
npm run dev
Application should be available under 127.0.0.1:5173
or localhost:5173
.
npm run build
The executable files should be in the dist
folder.
-
Use the command to reformat all files in the project.
npm run format
-
Use the command to display syntax errors.
npm run lint