This commit is contained in:
Ulf Gebhardt 2023-11-20 16:29:49 +01:00
parent cbaf700a7a
commit f8a91c673c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -29,28 +29,28 @@ This projects utilizes `storybook` to develop frontend components and `vuepress`
The following commands are available: The following commands are available:
| Command | Description | | Command | Description |
|------------------------------|-------------------------------------------------| |----------------------------|-------------------------------------------------|
| `npm install` | Project setup | | `npm install` | Project setup |
| `npm run build` | Compiles and minifies for production | | `npm run build` | Compiles and minifies for production |
| `npm run server:prod` | Runs productions server | | `npm run server:prod` | Runs productions server |
| **Develop** | | | **Develop** | |
| `npm run dev` | Compiles and hot-reloads for development | | `npm run dev` | Compiles and hot-reloads for development |
| `npm run server:dev` | Run development server | | `npm run server:dev` | Run development server |
| **Test** | | | **Test** | |
| `npm run test:lint` | Run all linters | | `npm run test:lint` | Run all linters |
| `npm run test:lint:eslint` | Run linter eslint | | `npm run test:lint:eslint` | Run linter eslint |
| `npm run test:lint:remark` | Run linter remark | | `npm run test:lint:remark` | Run linter remark |
| `npm run test:unit` | Run all unit tests and generate coverage report | | `npm run test:unit` | Run all unit tests and generate coverage report |
| `npm run test:unit:dev` | Run all unit tests in watch mode | | `npm run test:unit:dev` | Run all unit tests in watch mode |
| `npm test` | Run all tests & linters | | `npm test` | Run all tests & linters |
| **Storybook** | | | **Storybook** | |
| `npm run storybook` | Run Storybook | | `npm run storybook` | Run Storybook |
| `npm run storybook:build` | Build static storybook | | `npm run storybook:build` | Build static storybook |
| `npm run storybook:test` | Run tests against all storybook stories | | `npm run storybook:test` | Run tests against all storybook stories |
| **Documentation** | | | **Documentation** | |
| `npm run docs:dev` | Run Documentation in development mode | | `npm run docs:dev` | Run Documentation in development mode |
| `npm run docs:build` | Build static documentation | | `npm run docs:build` | Build static documentation |
### Docker ### Docker