Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
33 lines (24 loc) · 1.07 KB

questionit.space

QuestionIt Logo

A lightweight, simple question-answer website for Twitter users

This is the web client of QuestionIt.space. Please see bootstrap to access all projects.

Tech stack

  • Vue 2.6
  • Nuxt 2
  • Node =14

Architecture

Classic Nuxt project:

  • assets: stands for static files meant to be compiled
  • components: Vue independant components
  • i18n: language files
  • layouts: base Vue components to build pages
  • middleware: functions meant to be called before each page access
  • pages: Vue components associated to URL route
  • plugins: functions meant to be called by the server for each page or by the client at initialization
  • static: static files, uncompiled
  • store: Vuex store
  • utils: Functions, helpers, types for whole project

Run

See bootstrap to learn how service can be started.