mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
3.8 KiB
3.8 KiB
boilerplate-frontend
The IT4C Boilerplate for frontends
Requirements
To be able to build this project you need:
- nodejs
- npm
Commands
The following commands are available:
| Command | Description |
|---|---|
npm install |
Project setup |
npm run build |
Compiles and minifies for production |
npm run server:prod |
Runs productions server |
| Develop | |
npm run dev |
Compiles and hot-reloads for development |
npm run server:dev |
Run development server |
| Test | |
npm test |
Run all tests & linters |
| Storybook | |
npm run storybook |
Run Storybook |
npm run build:storybook |
Build static storybook |
Technology
- vue3
- vike
- vuetify
- pinia store
- storybook
- eslint
- figma
- chromatic
- jest
- localization?
- documentation?
Known Problems
Storybook delivers Introduction producing errors: https://github.com/storybookjs/storybook/issues/24792
Links
See Configuration Reference.
See vite-plugin-ssr-vuetify.