Ferdinand Thiessen dc0107bcc9 | ||
---|---|---|
.vscode | ||
public | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
.prettierrc | ||
.prettierrc.js | ||
README.md | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
quasar.conf.js | ||
tsconfig.json |
README.md
Flaschengeist (flaschengeist-frontend)
Dynamischen Managementsystem für Studentenclubs
Install the dependencies
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
npm run lint
Build the app for production
quasar build