A tool to prepare yourself and your group for an AskMeAnything session.
To use the app with local server, you need a local .env.local-file; please contact us if you want to improve the tool
GitHub-Account is necessary:
- To ask new questions
- To See the asked questions
We recommend to set your Github display name (settings/public profile).
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
=======
- Variables: variable naming in english and in "camelCase".
- Class (HTML), id names with "-" and lowercase
- Selfdescribing variabel
- Vue denominations: double-named and initial letter capital "MyVueComponent"
- Add comments if functions are unclear
- Quotes: "..." >> Doublequotes
- CSS-Style:
- General-Styling
- Specific-Styling
- Rest from top to bottom matching the DOM
- Components only with "scoped" and in folder
=======
- Home
- Questions
- Question List
- Question Details
- Ask Question
- Team
- Footer
- Privacy
- Policies