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

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.