1.0.4 • Published 9 months ago

sheeps-ui-components-rc v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

sheeps-ui-components-react

This project was created with the intention of simplifying the creation of personal projects and practicing new concepts.


Install package

to install this library it’s only run the next script in your terminal.

npm i name-package

Uses

import { component } from "name-package"

Technologies

Vite

Typescript

SWC

React

Vitest

Storybook


Environment development

For this project it is important to use node in version 18 or higher.

Install dependencies

npm run i 

Scripts

That part is only used in the development process.

Storybook

We use workspace isolation in Storybook to construct and document components.

npm run storybook

storybook references!

Build-storybook

We can build the project using Storybook and publish this page as documentation.

nom run build-storybook

Build

This option is only for constructing the app to publish it in package stores.

npm run build 

Test

We can use this option to test the components in the terminal.

npm run test

test references!

Test-coverage

We can use this option to test the components in the terminal and check the coverage

npm run test-coverage

test coverage references!

Test-watch

We can use this option when you want to keep track of changes in the test.

npm run test-watch

test watch references!

Test-ui

This option is used when you want to see the test in the web UI.

nom run test-ui

test ui references!

test ui web references!


GitHub actions

This project has two different implementations: one for creating a pull request and another for when it is finished.

GITHUB config

Test

Github Action test references!

Deploy

Github Action deploy references!


Setup created by @jonathanhcruz

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.0

9 months ago