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.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| public | 2 years ago | |
| src | 2 years ago | |
| src-pwa | 2 years ago | |
| .editorconfig | 2 years ago | |
| .eslintignore | 2 years ago | |
| .eslintrc.cjs | 2 years ago | |
| .gitignore | 2 years ago | |
| .npmrc | 2 years ago | |
| README.md | 2 years ago | |
| env.dev.js | 2 years ago | |
| env.prod.js | 2 years ago | |
| index.html | 2 years ago | |
| jsconfig.json | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years ago | |
| postcss.config.cjs | 2 years ago | |
| quasar.config.js | 2 years ago | |
| quasar.extensions.json | 2 years ago | |
| tailwind.config.js | 2 years ago | |
| vite.config.js | 2 years ago | |
| yarn.lock | 2 years 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