Skip to content

hoangStud13/remsfal.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

229 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remsfal-de

This repository holds the source code for the website that runs remsfal.de.

Requirements and General Conditions

  • The site should only be delivered in German.
  • The dependencies should be kept minimal, i.e. no axios, no e2e testing, no i18n, etc.
  • It is purely a website and support for native mobile apps or a PWA is not desired.

Project Setup

npm ci

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 57.3%
  • TypeScript 20.1%
  • SCSS 17.1%
  • CSS 3.5%
  • HTML 1.4%
  • JavaScript 0.6%