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

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.