Go to file
2020-05-27 17:32:35 +02:00
public init 2020-05-19 13:45:14 +02:00
src Improved display mode 2020-05-27 17:32:35 +02:00
tests init 2020-05-19 13:45:14 +02:00
.browserslistrc init 2020-05-19 13:45:14 +02:00
.drone.yml Fixed Typescript build 2020-05-25 23:10:21 +02:00
.editorconfig init 2020-05-19 13:45:14 +02:00
.eslintrc.js Fixed typescript stuff 2020-05-27 17:06:14 +02:00
.gitignore init 2020-05-19 13:45:14 +02:00
babel.config.js Fixed Typescript build 2020-05-25 23:10:21 +02:00
jest.config.js init 2020-05-19 13:45:14 +02:00
package-lock.json Fixed Typescript build 2020-05-25 23:10:21 +02:00
package.json Fixed Typescript build 2020-05-25 23:10:21 +02:00
README.md init 2020-05-19 13:45:14 +02:00
tsconfig.json Improved display mode 2020-05-27 17:32:35 +02:00
vue.config.js Initial commit 2020-05-20 16:21:08 +02:00

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.