DEV Community

Brayan Narváez
Brayan Narváez

Posted on

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)