49c85b6777
* Add user panel draft * Add avatar and create logic for logout and select student * Add initials in avatar * Add name & surname in drawer * Add class in drawer * remove my-app |
||
---|---|---|
.. | ||
migrations | ||
public | ||
src | ||
static/frontend | ||
templates/frontend | ||
tests | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
__init__.py | ||
admin.py | ||
apps.py | ||
babel.config.js | ||
cypress.json | ||
models.py | ||
package-lock.json | ||
package.json | ||
README.md | ||
tests.py | ||
tsconfig.json | ||
views.py | ||
vue.config.js |
frontend
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e
Lints and fixes files
npm run lint