@farm-investimentos/front-mfe-components-vue3 1.6.9 → 1.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +28 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,41 +1,46 @@
1
1
  # front-mfe-components-vue3
2
+
3
+ Biblioteca de componentes Vue 3.
4
+
2
5
  [![codecov](https://codecov.io/gh/Farm-Investimentos/front-mfe-components-vue3/graph/badge.svg?token=XMRME49YKD)](https://codecov.io/gh/Farm-Investimentos/front-mfe-components-vue3)
3
6
 
4
- <img src="https://codecov.io/gh/Farm-Investimentos/front-mfe-components-vue3/graphs/sunburst.svg?token=XMRME49YKD" />
7
+ <img src="https://codecov.io/gh/Farm-Investimentos/front-mfe-components-vue3/graphs/sunburst.svg?token=XMRME49YKD" alt="Cobertura de testes" />
5
8
 
6
- ## Requirements
7
- Node > 20
9
+ ## Requisitos
8
10
 
9
- ## Project setup
10
- ```
11
+ - **Node.js** > 20
12
+
13
+ ## Configuração do projeto
14
+
15
+ ```bash
11
16
  npm install
12
17
  ```
13
18
 
19
+ ## Desenvolvimento
14
20
 
15
- ## Compiles and hot-reloads for development
16
- ```
21
+ Para rodar o Storybook em modo desenvolvimento (com hot-reload):
22
+
23
+ ```bash
17
24
  npm run storybook
18
25
  ```
19
26
 
20
- ## Compiles and minifies for production
21
- ```
22
- npm run build-storybook
23
- ```
24
- or
25
- ```
26
- npm run build:components
27
- ```
27
+ ## Build
28
+
29
+ - **Storybook** (documentação estática):
28
30
 
29
- ### Pipelines
31
+ ```bash
32
+ npm run build-storybook
33
+ ```
30
34
 
31
- #### NPM
35
+ - **Componentes** (pacote para produção):
32
36
 
33
- Hosted at [https://www.npmjs.com/package/@farm-investimentos/front-mfe-components-vue3](https://www.npmjs.com/package/@farm-investimentos/front-mfe-components-vue3)
34
- - increase version on package.json
35
- - push to `main` branch
37
+ ```bash
38
+ npm run build:components
39
+ ```
36
40
 
37
- #### Live doc
41
+ ## Publicação e pipelines
38
42
 
39
- - push to `docs` branch
40
- - live at [https://front-farm-storybook.s3.us-east-1.amazonaws.com/vue3/index.html](https://front-farm-storybook.s3.us-east-1.amazonaws.com/vue3/index.html).
43
+ - **Pacote NPM:** [@farm-investimentos/front-mfe-components-vue3](https://www.npmjs.com/package/@farm-investimentos/front-mfe-components-vue3)
44
+ - **Documentação (Storybook):** [front-farm-storybook (Vue 3)](https://front-farm-storybook.s3.us-east-1.amazonaws.com/vue3/index.html)
41
45
 
46
+ Para o passo a passo de como publicar uma nova versão no NPM e atualizar a documentação do Storybook, consulte **[docs/PUBLISHING.md](docs/PUBLISHING.md)**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farm-investimentos/front-mfe-components-vue3",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",