DEV Community

Brayan Narváez
Brayan Narváez

Posted on

5 3

Personal multilang page written in Vue3, Sass, packaged with Vite, CI workflow

bnarvaez-dev

  • Personal webpage written in Vue 3, Sass and packaged with Vite.
  • Unit tests in Vite 3
  • CI Workflow

You can use for your own page!

Github Repo
Demo - My web

Netlify Status

✅ Install and Run

First clone the repo

git clone https://github.com/prinick96/bnarvaez.dev.git
Enter fullscreen mode Exit fullscreen mode

Install dependencies

npm install
Enter fullscreen mode Exit fullscreen mode

Just run in local

npm run serve
Enter fullscreen mode Exit fullscreen mode

Or with Docker 🐳

make docker-up
Enter fullscreen mode Exit fullscreen mode

✅ Tests

All test are located in /src/test

Run

npm test
Enter fullscreen mode Exit fullscreen mode

✅ Notes

I am using Netlify for deploy, i recommend optimize all images and minify the html if you don't use Netlify with plugins

Top comments (0)

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay