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.
Guz be9460a8ce fix: logo and icons now changes depending on page's theme
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.
2022-01-19 18:43:07 -03:00
2022-01-17 18:54:03 -03:00
2022-01-17 18:54:03 -03:00

Lored / ToToday.app

A single page web app to help yours day-to-day tasks

Built with Nuxt.js

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.

Description
A single page web app to help yours day-to-day tasks. Built with Vue & Nuxt.js.
Readme MIT 2.1 MiB
Languages
Vue 68.9%
TypeScript 16.9%
SCSS 7.8%
JavaScript 5.5%
CSS 0.9%