mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
86 lines
3.4 KiB
Markdown
86 lines
3.4 KiB
Markdown
# boilerplate-frontend
|
|
[![nodejs][badge-nodejs-img]][badge-nodejs-href]
|
|
[![npm][badge-npm-img]][badge-npm-href]
|
|
[![vike][badge-vike-img]][badge-vike-href]
|
|
|
|
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 |
|
|
| **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 |
|
|
| `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 |
|
|
|
|
## Technology
|
|
|
|
- [ ] vuetify
|
|
- [x] vue3
|
|
- [ ] pinia store
|
|
- [ ] storybook
|
|
- [ ] eslint
|
|
- [x] vite vue3 ssr
|
|
- [ ] figma
|
|
- [ ] chromatic
|
|
- [ ] jest
|
|
- [ ] localization?
|
|
- [ ] documentation?
|
|
|
|
## Known Problems
|
|
|
|
Storybook delivers Introduction producing errors: https://github.com/storybookjs/storybook/issues/24792
|
|
|
|
## Links
|
|
|
|
See [Configuration Reference](https://vitejs.dev/config/).
|
|
|
|
## License
|
|
|
|
[Apache 2.0](./LICENSE)
|
|
|
|
<!-- Badges -->
|
|
[badge-nodejs-img]: https://img.shields.io/badge/nodejs-%3E%3D20.5.0-blue
|
|
[badge-nodejs-href]: https://nodejs.org/
|
|
|
|
[badge-npm-img]: https://img.shields.io/badge/npm-latest-blue
|
|
[badge-npm-href]: https://www.npmjs.com/package/npm
|
|
|
|
[badge-vike-img]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FIT4Change%2Fboilerplate-frontend%2Fmaster%2Fpackage.json&query=dependencies.vike&label=vike&color=green
|
|
[badge-vike-href]: https://vike.dev/
|
|
|
|
|
|
[badge-vuetify-img]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FIT4Change%2Fboilerplate-frontend%2Fmaster%2Fpackage.json&query=dependencies.vuetify&label=vuetify&color=green
|
|
[badge-vuetify-href]: https://vuetifyjs.com/
|
|
|
|
[badge-storybook-img]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FIT4Change%2Fboilerplate-frontend%2Fmaster%2Fpackage.json&query=devDependencies.storybook&label=storybook&color=green
|
|
[badge-storybook-href]: https://storybook.js.org/
|