069ff795bc
Co-authored-by: Marioneq <marioneq4958@gmail.com> Co-authored-by: Zaptyp <43276401+Zaptyp@users.noreply.github.com> |
||
---|---|---|
.. | ||
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