Skip to content

szram-co/resume-vue-2023

Repository files navigation

resume-vue-2023

This template is designed to help you start developing with Vue 3 in Vite. It includes TypeScript configuration and integration with tools like ESLint and Prettier.

Live Preview: https://resume.szram.co/

Recommended setup

Configure

  1. Install NVM
  2. Setup Node nvm install 20, set as default nvm alias default 18
  3. Setup NPM npm i -g npm

Project Setup

Install locked dependencies npm ci.

Run dev server npm start

Scripts

Script Description
start Starts the Vite development server.
preview Launches a preview of the application.
build Runs type-checking and compilation for production.
build-only Compiles the application using Vite.
format Formats code using Prettier.
lint Runs ESLint for project files.
type-check Runs vue-tsc for type-checking.
deploy Builds the application and deploys it to Firebase.