自主學習英文,用中文學習英文 Learn English With Chinese
yarn installquasar devyarn lint
# or
npm run lintyarn format
# or
npm run formatyarn buildThis project is ready for automatic deployment on Cloudflare Pages.
- Build command:
yarn build - Build output directory:
dist/spa - Environment variable:
NODE_VERSION=20 - Package manager: Yarn 4, as declared in
package.json
The Cloudflare Pages output directory is also declared in wrangler.toml. The
public/_redirects file keeps Vue Router history mode working on direct page
loads. The generated dist/ directory is ignored because Cloudflare builds it
from source on each deployment.
Dependabot is configured in .github/dependabot.yml to check npm dependencies
weekly and group production and development dependency updates.