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

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.