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

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.