Go to file
Benjamin Bädorf 76df0f29e9
init
2020-05-19 13:45:14 +02:00
public init 2020-05-19 13:45:14 +02:00
src init 2020-05-19 13:45:14 +02:00
tests init 2020-05-19 13:45:14 +02:00
.browserslistrc init 2020-05-19 13:45:14 +02:00
.editorconfig init 2020-05-19 13:45:14 +02:00
.eslintrc.js init 2020-05-19 13:45:14 +02:00
.gitignore init 2020-05-19 13:45:14 +02:00
README.md init 2020-05-19 13:45:14 +02:00
babel.config.js init 2020-05-19 13:45:14 +02:00
jest.config.js init 2020-05-19 13:45:14 +02:00
package-lock.json init 2020-05-19 13:45:14 +02:00
package.json init 2020-05-19 13:45:14 +02:00
tsconfig.json init 2020-05-19 13:45:14 +02:00

README.md

schlechtenburg

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.