A lightweight, simple question-answer website for Twitter users
This is the web client of QuestionIt.space. Please see bootstrap to access all projects.
- Vue 2.6
- Nuxt 2
- Node =14
Classic Nuxt project:
assets
: stands for static files meant to be compiledcomponents
: Vue independant componentsi18n
: language fileslayouts
: base Vue components to build pagesmiddleware
: functions meant to be called before each page accesspages
: Vue components associated to URL routeplugins
: functions meant to be called by the server for each page or by the client at initializationstatic
: static files, uncompiledstore
: Vuex storeutils
: Functions, helpers, types for whole project
See bootstrap to learn how service can be started.