fengchang_fight 7debaaa728 add short desc property for product il y a 1 an
..
.vscode 584fdcaee0 initbranch il y a 1 an
public 584fdcaee0 initbranch il y a 1 an
src 7debaaa728 add short desc property for product il y a 1 an
.editorconfig 584fdcaee0 initbranch il y a 1 an
.eslintignore 584fdcaee0 initbranch il y a 1 an
.eslintrc.js 584fdcaee0 initbranch il y a 1 an
.gitignore 584fdcaee0 initbranch il y a 1 an
.npmrc 584fdcaee0 initbranch il y a 1 an
.postcssrc.js 584fdcaee0 initbranch il y a 1 an
README.md 584fdcaee0 initbranch il y a 1 an
babel.config.js 584fdcaee0 initbranch il y a 1 an
jsconfig.json 584fdcaee0 initbranch il y a 1 an
package-lock.json 584fdcaee0 initbranch il y a 1 an
package.json 584fdcaee0 initbranch il y a 1 an
quasar.config.js 5d0379e006 support chatgpt generate short desc il y a 1 an
yarn.lock 7debaaa728 add short desc property for product il y a 1 an

README.md

Hichina Admin (hichina-admin-front)

A Quasar Project

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.