Skip to content

3dw/zh-en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e4e6d6 · Apr 13, 2025
Dec 7, 2024
Mar 24, 2025
Apr 13, 2025
Feb 23, 2025
Apr 13, 2025
Dec 7, 2024
Apr 10, 2025
Jan 25, 2025
Dec 7, 2024
Dec 7, 2024
Mar 10, 2025
Dec 7, 2024
Dec 10, 2024
Dec 7, 2024
Mar 17, 2025
Dec 7, 2024
Mar 10, 2025
Apr 10, 2025
Mar 17, 2025

Repository files navigation

Learn_English_With_Chinese (zh-en)

自主學習英文,用中文學習英文 Learn English With Chinese

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.