This repository has been archived on 2025-10-10 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
be9460a8ce5df92c0b7bd554a223667a1018d5e2
Used a workaround using CSS to change what element is displayed when the page's theme is changed, now depending on the theme's classes (`.light-mode` and `.dark-mode`) instead of with `$colorMode.value`, apparently it's wasn't working properly when the page is loaded multiple times.
Build Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build:start
# generate static project
$ npm run generate
For a detailed explanation of Nuxt.js, check the documentation.
Languages
Vue
68.9%
TypeScript
16.9%
SCSS
7.8%
JavaScript
5.5%
CSS
0.9%