- Install:
npm install
cnpm install
- Run:
npm run dev
npm run serve
- Build:
npm run build:dev
npm run build:test
npm run build:pro
- Lint:
npm run lint:eslint
npm run lint:prettier
# stylelint
lint:stylelint
LuckyLand
├─ .vscode # vscode
├─ public #
├─ src
│ ├─ api # API
│ ├─ assets #
│ ├─ components #
│ ├─ config #
│ ├─ enums #
│ ├─ hooks # Hooks
│ ├─ language #
│ ├─ layouts #
│ ├─ routers #
│ ├─ redux # redux store
│ ├─ styles #
│ ├─ typings # types ts
│ ├─ utils #
│ ├─ views #
│ ├─ App.tsx #
│ ├─ main.tsx #
│ └─ env.d.ts # vite
├─ .editorconfig #
├─ .env # vite
├─ .env.development #
├─ .env.production #
├─ .env.test #
├─ .eslintignore # Eslint
├─ .eslintrc.js # Eslint
├─ .gitignore # git ignore
├─ .prettierignore # prettier ignore
├─ .prettierrc.js # prettie
├─ .stylelintignore # stylelint ignore
├─ .stylelintrc.js # stylelint
├─ CHANGELOG.md #
├─ commitlint.config.js # git
├─ index.html # html
├─ LICENSE #
├─ lint-staged.config # lint-stage
├─ package-lock.json #
├─ package.json #
├─ postcss.config.js # postcs
├─ README.md # README
├─ tsconfig.json # typescript
└─ vite.config.ts # vit