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