This starter template includes:
- Vite 3
- React18
- React Router dom 6
- Mobx6
- Introduce typescript, use tsx writing style.
- Aktiver Eslint,prettier,husky,automatisk specifikation af projektkode.
Unplugin Utilities:
- unplugin-auto-import - auto import the most used APIs
-
Clone code: execute command---git clone https://github.com/laoer536/vite3.0-react18-TypeScript-router-dom6-mobx6-Eslint-prettier-template
-
The editor opens and downloads the dependencies:Execution of commands---yarn
-
Running Projects:yarn dev
-
Packing project
Test Package:yarn build:test
Production Package:yarn build
(The environment variable file (env) has been added to the root directory, so you can add packaging commands and environment files according to your project.)