GitXplorerGitXplorer
A

calendar-of-your-life

public
2 stars
0 forks
12 issues

Commits

List of commits on branch master.
Unverified
f2ddaff73dbd9e8fa66d00e1dbeb5ad1814c1413

Force engine and specific NVM

committed 3 years ago
Verified
dde46cdb435bf272b8f7b69d7d1b3e517e811370

chore(deps-dev): bump sass from 1.35.2 to 1.36.0 (#16)

ddependabot[bot] committed 3 years ago
Verified
6975ef6eda7b3426d3018e23f722780f78109a02

Draw arrows on canvas (#15)

AAbbondanzo committed 3 years ago
Verified
fa4e87471d00e5502b7dc8dc9453b993a9bff9fa

chore(deps-dev): bump @vue/test-utils from 1.2.1 to 1.2.2 (#13)

ddependabot[bot] committed 3 years ago
Verified
514e798afe69cbd555c68a0843c5d60b784ab97c

chore(deps-dev): bump ts-jest from 27.0.3 to 27.0.4 (#12)

ddependabot[bot] committed 3 years ago
Verified
cf3e945bcefa7c19dcac4215edcdcd799c0fc937

fix(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#11)

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

Calendar of Your Life

A web application based on Kurzgesagt's Calendar of Your Life Infographic poster. I knew I would be too lazy to carry the poster around and I wanted to make it digital and free for everyone to use. If you like this kind of work and would like to support the original creators, please consider donating to Kurzgesagt's Patreon.

Incentive

On most days, life is sort of happening, passing you by. You are just busy keeping your head above water. So it is not easy to figure out what to do with your life and how to spend your time. The Calendar of Your Life website lets you track how many weeks of your life you have spent already and how many you have left

Video

YouTube thumbnail

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
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out the documentation.

Special Directories

You can create the following extra directories, some of which have special behaviors. Only pages is required; you can delete them if you don't want to use their functionality.

assets

The assets directory contains your uncompiled assets such as Stylus or Sass files, images, or fonts.

More information about the usage of this directory in the documentation.

components

The components directory contains your Vue.js components. Components make up the different parts of your page and can be reused and imported into your pages, layouts and even other components.

More information about the usage of this directory in the documentation.

layouts

Layouts are a great help when you want to change the look and feel of your Nuxt app, whether you want to include a sidebar or have distinct layouts for mobile and desktop.

More information about the usage of this directory in the documentation.

pages

This directory contains your application views and routes. Nuxt will read all the *.vue files inside this directory and setup Vue Router automatically.

More information about the usage of this directory in the documentation.

plugins

The plugins directory contains JavaScript plugins that you want to run before instantiating the root Vue.js Application. This is the place to add Vue plugins and to inject functions or constants. Every time you need to use Vue.use(), you should create a file in plugins/ and add its path to plugins in nuxt.config.js.

More information about the usage of this directory in the documentation.

static

This directory contains your static files. Each file inside this directory is mapped to /.

Example: /static/robots.txt is mapped as /robots.txt.

More information about the usage of this directory in the documentation.

store

This directory contains your Vuex store files. Creating a file in this directory automatically activates Vuex.

More information about the usage of this directory in the documentation.