mirror of
https://github.com/lemeow125/simple-redirect.git
synced 2024-11-17 06:19:28 +08:00
Updated README.md
This commit is contained in:
parent
7b05630db0
commit
969daeb99e
1 changed files with 9 additions and 21 deletions
30
README.md
30
README.md
|
@ -1,27 +1,15 @@
|
||||||
# React + TypeScript + Vite
|
# A simple web redirect to allow users to open links in-app
|
||||||
|
|
||||||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
To use the deployed app,
|
||||||
|
|
||||||
Currently, two official plugins are available:
|
# Sample Usage
|
||||||
|
|
||||||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
|
Have your activation email redirect a link like below
|
||||||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
|
https://lemeow125.github.io/simple-redirect/#/stude/activation/MUID/12asdSDFGSDTSDFG
|
||||||
|
|
||||||
## Expanding the ESLint configuration
|
This will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG
|
||||||
|
"
|
||||||
|
|
||||||
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
|
"stude" in the example above must correspond to the name of your mobile app
|
||||||
|
|
||||||
- Configure the top-level `parserOptions` property like this:
|
Powered by Vite, ReactJS, and React Router
|
||||||
|
|
||||||
```js
|
|
||||||
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](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
|
|
||||||
|
|
Loading…
Reference in a new issue