fengchang_fight a2b130247a upload way to upload image in admin system 1 anno fa
..
.vscode 584fdcaee0 initbranch 1 anno fa
public 584fdcaee0 initbranch 1 anno fa
src a2b130247a upload way to upload image in admin system 1 anno fa
.editorconfig 584fdcaee0 initbranch 1 anno fa
.eslintignore 584fdcaee0 initbranch 1 anno fa
.eslintrc.js 584fdcaee0 initbranch 1 anno fa
.gitignore 584fdcaee0 initbranch 1 anno fa
.npmrc 584fdcaee0 initbranch 1 anno fa
.postcssrc.js 584fdcaee0 initbranch 1 anno fa
README.md 584fdcaee0 initbranch 1 anno fa
babel.config.js 584fdcaee0 initbranch 1 anno fa
jsconfig.json 584fdcaee0 initbranch 1 anno fa
package-lock.json 584fdcaee0 initbranch 1 anno fa
package.json 584fdcaee0 initbranch 1 anno fa
quasar.config.js 5d0379e006 support chatgpt generate short desc 1 anno fa
yarn.lock 7debaaa728 add short desc property for product 1 anno fa

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.