1.0.0 • Published 9 months ago

manipulafacilcommons v1.0.0

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

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Getting Started

Checkout the project and install dependencies:

git clone https://IterativeProjetos@dev.azure.com/IterativeProjetos/Benessere/_git/PortalWebApp
cd manipulafacil.commons
yarn install

Development

The first step to test your component. you need to use yarn link to create symbolic link

  • First: build project
yarn build
  • Secound: Create symbolic link
yarn link

OBS: If you have created a sysmbolic link before, you need to use yarn unlink first and before use yarn link

  • Third - Apply sysmbolic to project

Navigated to project e running

yarn link manipulafacilcommons

OBS: If you have created a sysmbolic link before, you need to use yarn unlink first and before use yarn link

Publish Components

After to finished development you need to publish your component to NPM

  • First: You need to sing in, type your login and password
yarn login
  • Secound: Publish your component and change version manipulafacilcommons
yarn publish