Files
CommanderRoot 99c442bf27 refactor: replace deprecated String.prototype.substr() (#1335)
.substr() is deprecated so we replace it with .slice() or .substring() which work similarily but aren't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-05-03 10:43:55 +02:00
..
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00
2021-07-05 00:45:04 +02:00

ssr

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your end-to-end tests

yarn test:e2e

Customize configuration

See Configuration Reference.