fix readme typos

This commit is contained in:
Ulf Gebhardt 2023-11-10 18:35:55 +01:00
parent 4e75275a96
commit 60fb3de1f1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -14,21 +14,21 @@ To be able to build this project you need:
The following commands are available:
| Command | Description |
|-------------------------|------------------------------------------|
| `npm install` | Project setup |
| `npm run build` | Compiles and minifies for production |
| **Develop** | |
| `npm run dev` | Compiles and hot-reloads for development |
| `npm run preview` | Run production preview |
| **Test** | |
| `npm run lint` | Runs all linters |
| `npm test` | Run all tests & linters |
| **Storybook** | |
| `npm run storybook` | Run Storybook |
| npm run build:storybook | Build static storybook |
| Command | Description |
|---------------------------|------------------------------------------|
| `npm install` | Project setup |
| `npm run build` | Compiles and minifies for production |
| **Develop** | |
| `npm run dev` | Compiles and hot-reloads for development |
| `npm run preview` | Run production preview |
| **Test** | |
| `npm run lint` | Runs all linters |
| `npm test` | Run all tests & linters |
| **Storybook** | |
| `npm run storybook` | Run Storybook |
| `npm run build:storybook` | Build static storybook |
## Technologie
## Technology
- [X] ~~nuxt3~~
- [x] vuetify