2025-04-05 11:04:07 +02:00
2025-04-04 20:36:18 +02:00
2025-04-05 11:04:07 +02:00
2024-11-24 03:03:20 +01:00
2024-11-24 03:03:20 +01:00
2025-04-04 07:21:06 +02:00
2025-04-04 07:21:06 +02:00
2025-04-04 07:21:06 +02:00
2025-04-04 07:21:06 +02:00

Website

Website, written in Typescript.

Usage

Setup

Install dependencies:

$ npm install

Development Server

Start the development server on http://localhost:3000:

$ npm run dev
$ npm run dev -- -o  # automatically open in the browser

Production

Build for production:

$ npm run build     # for server-side rendering or hybrid
$ npm run generate  # for static site generation

Locally preview production build:

$ npm run preview  # requires building first!

Reference: nuxt/docs/deployment#client-side-only-rendering

Libraries

Todo

S
Description
Todo app
Readme
46 MiB
Languages
Vue 71.7%
TypeScript 20.2%
HTML 6%
CSS 1.7%
JavaScript 0.4%