Skip to content

kkeisuke/note

Repository files navigation

Note

Note is a web application that uses IndexedDB and LocalStorage.

test

Features

  • PWA (Desktop)
  • Vue3
  • Vite
  • Vitest
  • TypeScript
  • @toast-ui/editor
  • dexie
  • tailwindcss

etc...

screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build-only

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.