mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
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 run test:lint |
Run all linters |
npm run test:unit |
Run all unit tests in watch mode |
npm run test:unit:coverage |
Run all unit tests and generate coverage report |
npm test |
Run all tests & linters |
| Storybook | |
npm run storybook |
Run Storybook |
npm run storybook:build |
Build static storybook |
Technology
- vite
- vike
- vue3
- vuetify
- pinia store
- storybook
- eslint
- vitest
- figma
- chromatic
- localization?
- documentation?
- docker
- github actions
Known Problems
Currently none
Links
See Configuration Reference.
See vite-plugin-ssr-vuetify.
License
Description
Languages
TypeScript
72.4%
Vue
13.9%
Dockerfile
10.6%
Shell
2.2%
jq
0.8%