1.0.0 • Published 2 years ago
manipulafacilcommons v1.0.0
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:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
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
parserOptionsproperty like this:
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},- Replace
plugin:@typescript-eslint/recommendedtoplugin:@typescript-eslint/recommended-type-checkedorplugin:@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-runtimeto theextendslist
Getting Started
Checkout the project and install dependencies:
git clone https://IterativeProjetos@dev.azure.com/IterativeProjetos/Benessere/_git/PortalWebApp
cd manipulafacil.commons
yarn installDevelopment
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 linkOBS: 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 manipulafacilcommonsOBS: 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 publish1.0.0
2 years ago