You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lensfrex 7129e32d27
存档
5 months ago
..
public 存档 5 months ago
src 存档 5 months ago
src-pwa 存档 5 months ago
.editorconfig 存档 5 months ago
.eslintignore 存档 5 months ago
.eslintrc.cjs 存档 5 months ago
.gitignore 存档 5 months ago
.npmrc 存档 5 months ago
README.md 存档 5 months ago
env.dev.js 存档 5 months ago
env.prod.js 存档 5 months ago
index.html 存档 5 months ago
jsconfig.json 存档 5 months ago
package-lock.json 存档 5 months ago
package.json 存档 5 months ago
postcss.config.cjs 存档 5 months ago
quasar.config.js 存档 5 months ago
quasar.extensions.json 存档 5 months ago
tailwind.config.js 存档 5 months ago
vite.config.js 存档 5 months ago
yarn.lock 存档 5 months ago

README.md

LittleBusters (little-busters-fe)

一个普普通通的选课

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.