mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-11-02 05:27:09 +00:00
451b16ebf2d5b359fce4d72a31b296124d2af8fb
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:
export default {
// other rules...
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
Description
qortal-mobile is the third component of the 'Qortal Trifecta' series of interfaces, an Android-compatible mobile interface for Qortal.
Languages
JavaScript
48.6%
TypeScript
25.8%
Fluent
22.9%
CSS
1.9%
HTML
0.5%
Other
0.3%