Todo app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Riyyi 73c8ee1e20 Initial commit 4 weeks ago
public Initial commit 4 weeks ago
src Initial commit 4 weeks ago
.gitignore Initial commit 4 weeks ago
README.org Initial commit 4 weeks ago
eslint.config.mjs Initial commit 4 weeks ago
nuxt.config.ts Initial commit 4 weeks ago
package.json Initial commit 4 weeks ago
tsconfig.json Initial commit 4 weeks ago

README.org

Website

Website, written in Typescript.

Libraries

  • Vue.js 3
  • Nuxt
  • Pinia
  • PrimeVue
  • ESLint

Development

The following editor setup has been used:

$ bun x nuxi@latest init website
$ bun nuxi module add eslint
$ bun install --dev typescript
$ bun install --dev @vue/language-server
$ bun install --dev @vue/typescript-plugin

$ bun install -g typescript
$ bun install -g @vue/language-server
$ bun install -g @vue/typescript-plugin

# Pinia
$ bun install pinia

# PrimeVue
$ bun install primevue primeicons @primevue/themes
$ bun install --dev @primevue/nuxt-module