Skip to content

Wandering-Cursor/rolling-window-visualizer

Repository files navigation

rolling-window-visualizer

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VS Code + Vue (Official) (and disable Vetur).

Recommended Browser Setup

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

CI & Deployment

  • Pull requests run CI via GitHub Actions:
    • Lint (npm run lint:eslint), type-check, and build.
  • Pushes to main build and deploy to GitHub Pages.

GitHub Pages setup

  • Ensure Pages is enabled: Settings → Pages → Source: "GitHub Actions".
  • The workflow builds with Vite base set to /rolling-window-visualizer/.
  • Deploy workflow files:
    • .github/workflows/ci.yml — PR lint/type-check/build.
    • .github/workflows/deploy.yml — Build on main and deploy dist.

Notes

  • Node versions supported: ^20.19.0 || >=22.12.0; workflows use Node 22.
  • Local preview of production build:
npm run build
npm run preview

About

A calendar visualizer for rolling window timespans (like Schengen visa)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published