Skip to content

Software-Engineering-DHBW/noodle_frontend

Repository files navigation

Frontend

Stack

  • Vue 2
  • Typescript
  • Router
  • Vuex
  • Vuetify (UI Components)
  • Jest (Unit Tests)
  • Cypress (E2E Tests)
  • ESLint with Airbnb Config and recommended Vue rules

VS Code Setup

Recommended Extensions:

To configure Auto Fix for ESLint add the following to your settings.json. This can be configured globally or for the project workspace only by adding a settings.json file to a .vscode directory at the project root.

"editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
}

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •