wulkanowy-web/frontend
dependabot[bot] d8971723de
Bump browserslist from 4.16.3 to 4.16.6 in /frontend (#66)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 21:53:03 +02:00
..
migrations Adding files 2021-01-23 12:23:24 +01:00
public Replace react to vue and add login panel 2021-04-08 20:35:21 +02:00
src Add user panel (#64) 2021-05-22 21:36:28 +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 Replace react to vue and add login panel 2021-04-08 20:35:21 +02: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 Bump browserslist from 4.16.3 to 4.16.6 in /frontend (#66) 2021-05-29 21:53:03 +02:00
package.json Add auth service 2021-04-11 00:12:21 +02: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 Replace react to vue and add login panel 2021-04-08 20:35:21 +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.