wulkanowy-web/frontend
Patryk 5a208feec0
Fix workflows (#82)
* Delete npm from the project part 1

* Fix frontend test and change readme.md

* Try to fix frontend test

* Try to fix workflow frontend

* Add yarn to .gitignore

* Try to fix backend test.

* Try to fix backend

* Update README.md

* Delete cache from project

* Add cache folder to .gitignore

* Fix backdend and frontend test

* Update License Date

* Remove yarn from README.md

* Add special workflow requirements.txt

* Change Location requirements.txt

* Delete pytz entry

* Delete pytest-django entry

* Add pytest-django to requirements.txt
2022-02-02 09:39:04 +01:00
..
migrations Adding files 2021-01-23 12:23:24 +01:00
public Adding changes made by Zaptyp 2021-06-10 17:07:16 +02:00
src enhancement/login-page (#79) 2021-09-06 12:09:05 +02:00
static/frontend Button click color 2021-02-06 10:27:32 +01:00
templates/frontend Drawer 2021-02-06 09:30:58 +01:00
tests Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
.browserslistrc Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
.eslintrc.js Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
.gitignore Fix workflows (#82) 2022-02-02 09:39:04 +01:00
__init__.py Adding files 2021-01-23 12:23:24 +01:00
admin.py Adding files 2021-01-23 12:23:24 +01:00
apps.py Adding files 2021-01-23 12:23:24 +01:00
babel.config.js Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
cypress.json Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
models.py Adding files 2021-01-23 12:23:24 +01:00
package-lock.json Fix workflows (#82) 2022-02-02 09:39:04 +01:00
package.json Fix workflows (#82) 2022-02-02 09:39:04 +01:00
README.md Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
tests.py Adding files 2021-01-23 12:23:24 +01:00
tsconfig.json enhancement/login-page (#79) 2021-09-06 12:09:05 +02:00
views.py Fix KeyError: userid 2021-01-28 11:06:57 +01:00
vue.config.js Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00

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

Customize configuration

See Configuration Reference.