Aya-X / f2e2023-m1-react

THE F2E 2023 - Mission1 參加作品

Home Page:https://aya-x.github.io/f2e2023-m1-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THE F2E 2023 - Mission1

  • 投稿連結

https://2023.thef2e.com/users/12061579704052530818

  • 設計稿連結

https://2023.thef2e.com/users/12061579704054729654

  • Vite
  • React
  • Typescript
  • airbnb
  • prettier

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

About

THE F2E 2023 - Mission1 參加作品

https://aya-x.github.io/f2e2023-m1-react/


Languages

Language:TypeScript 94.7%Language:CSS 2.9%Language:HTML 2.3%