I built this page to organize my small projects in a simple and elegant portfolio.
- Framework: Vue 3 + Vite
- Estilização: CSS3
- Outros: ESLint, Prettier
Clone the repository and navigate into the folder:
git clone https://github.com/mateus-lopes/portifolio.git
cd portifolioInstall the dependencies and run the project:
npm install
npm run dev