mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
fix readme typos
This commit is contained in:
parent
4e75275a96
commit
60fb3de1f1
28
README.md
28
README.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user