Go to file
Fahid Bin Khair Shrabon 9f4e44da6e Merged in shrabon-new-ui (pull request #19)
Shrabon new ui
2024-12-08 05:57:59 +00:00
public Added new layout in home page 2024-09-17 18:43:13 +06:00
src added yaxis 2024-12-04 19:29:14 +06:00
.env.sample Install packages 2024-09-17 13:21:11 +06:00
.eslintrc.cjs commited 2024-02-27 18:23:17 +06:00
.gitignore Image added 2024-11-26 12:20:48 +06:00
ha dashboard.zip feat: add first char capitalize common function and add them for loaction text convart 2024-11-24 13:30:57 +06:00
index.html typo fixes 2024-11-04 15:46:58 +06:00
package-lock.json refactor: update apex chart version and some chart ui bug fix 2024-11-19 11:25:48 +06:00
package.json refactor: update apex chart version and some chart ui bug fix 2024-11-19 11:25:48 +06:00
postcss.config.js commited 2024-02-27 18:23:17 +06:00
README.md commited 2024-02-27 18:23:17 +06:00
tailwind.config.js commited 2024-02-27 18:23:17 +06:00
text.txt commited 2024-02-27 18:23:17 +06:00
tsconfig.json commited 2024-02-27 18:23:17 +06:00
tsconfig.node.json commited 2024-02-27 18:23:17 +06:00
vite.config.ts commited 2024-02-27 18:23:17 +06:00
yarn.lock refactor: update apex chart version and some chart ui bug fix 2024-11-19 11:25:48 +06:00

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