Tim Gröger
6d56d5847f
Lädt alle Plugins aus dem Ordner src/plugins. Bis jetzt werden nur die Routes hinzugefügt! Es wird noch nicht mit dem Store gearbeitet. |
||
---|---|---|
.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