Skip to content

dextersiah/respond-io-assessment

Repository files navigation

RespondIO Technical Assessment

Project Structure

  • src/ - Source code
    • assets/ - Static assets
    • components/ - Vue components
      • ui/ - Vue components from Shadcn-vue
      • [pages]/ - Page specific Vue components
    • lib/ - Utility functions / constants
    • pages/ - Vue views
    • router/ - Vue router
    • stores/ - Pinia store
    • App.vue - Root component
    • main.ts - Entry point

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