1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 02:23:54 +00:00
bramw_baserow/web-frontend
2025-01-29 20:48:57 +04:00
..
.storybook Storybook 2023-11-10 13:20:57 +00:00
config Vuelidate upgrade initial commit 2024-12-19 08:45:45 +01:00
docker Prepare for 1.30.0 2024-12-17 09:48:38 +00:00
locales Translations for 1.30 2024-12-17 09:42:17 +00:00
modules use fieldHasErros method from form mixin whenever its possible 2025-01-29 20:48:57 +04:00
stories Redesigned auth views 2024-11-21 05:52:21 +00:00
test Use new vuelidate api for database and core forms 2025-01-15 15:02:47 +04:00
.eslintignore
.eslintrc.js
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc.js Revert to :not simple notation 2024-05-01 09:50:08 +00:00
.yarnrc
babel.config.js
coverage.config.js
Dockerfile Remove vim and nano from deps 2024-06-11 11:58:57 +02:00
intellij-idea.webpack.config.js
jest.config.js Fix SASS import for colors.js module 2024-05-21 08:05:57 +00:00
jest.setup.js
jsconfig.json
Makefile makefile run-dev targets 2024-11-15 13:53:00 +00:00
nuxt.config.js
package.json Vuelidate upgrade initial commit 2024-12-19 08:45:45 +01:00
README.md Storybook 2023-11-10 13:20:57 +00:00
yarn.lock Vuelidate upgrade initial commit 2024-12-19 08:45:45 +01:00

Storybook image

Storybook is a tool that lets you browse and play with all the baserow reusable UI components.

Start storybook

Run the following command in the web-frontend container yarn run storybook

Storybook is available at http://localhost:6006