Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 647 Bytes

File metadata and controls

42 lines (29 loc) · 647 Bytes

ssamilg

ssamilg.dev

This project is developing with Vue 3 in Vite.

TODOS

  • Static datas should be moved to seperated json file.
  • Different language support should be added.
  • Projects section should be added.
  • Content should be added to blog section.
  • Music section should be redesigned.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint