Skip to content

SamgeeGamwise/paarre

Repository files navigation

To run locally

  1. Clone this repository

  2. npm install

  3. npm run serve

Code Overview

Technologies

  • Typescript - Add strong typing to JavaScript

  • Vue.js 3 - JavaScript Framework for web application

  • Vuex - State Management for Vue

  • Vue Router - Router for Vue to create a Single Page Applications

  • SCSS - CSS pre-processor to ensure my sanity

Application Structure

  • main.ts - Creates app and mounts

  • App/ - Contains the application layout

  • models/ - Contains application models

  • router/ - Contains the Vue Router configuration

  • store/ - This folder contains the route definitions for our API

    • actions.ts - Vuex Actions to asynchronously trigger a mutation

    • getters.ts/ - Vuex Getters for retrieving store data

    • mutations.ts - Vuex Mutations for modifying store data

    • state.ts/ - Vuex State to defines the store

  • styles/ - Contains global .scss files

  • views/ - Contains application views, .ts files, and .scss files

Backend

Project Backend Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published