https://github.com/finmars-platform/finmars-ui
Finmars UI kit
https://github.com/finmars-platform/finmars-ui
storybook vue3
Last synced: 3 months ago
JSON representation
Finmars UI kit
- Host: GitHub
- URL: https://github.com/finmars-platform/finmars-ui
- Owner: finmars-platform
- License: eupl-1.2
- Created: 2025-04-30T10:02:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-21T19:36:12.000Z (11 months ago)
- Last Synced: 2025-08-11T03:49:54.885Z (10 months ago)
- Topics: storybook, vue3
- Language: JavaScript
- Homepage: https://storybook.finmars.com/
- Size: 11.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Finmars UI
## Setup
Make sure to install the dependencies:
```bash
npm install
```
## Storybook
To preview and develop UI components using Storybook, run the following command:
```bash
npm run storybook
```
Storybook will be accessible at http://localhost:6006
## Development Server
Start the development server on http://localhost:3000
Run command:
`npm run dev`
## Build for production
To see what a build for production looks like
Rum command:
`npm run build`
## Publish to npm
`git commit ./ -m ""`
`git push origin `
`npm version patch`
`npm run build`
`npm publish`