shallowinggg e045fab2de feat: 产品新增优化 7 ay önce
..
.vscode e045fab2de feat: 产品新增优化 7 ay önce
public 584fdcaee0 initbranch 1 yıl önce
src e045fab2de feat: 产品新增优化 7 ay önce
.editorconfig 584fdcaee0 initbranch 1 yıl önce
.eslintignore 584fdcaee0 initbranch 1 yıl önce
.eslintrc.js 584fdcaee0 initbranch 1 yıl önce
.gitignore 584fdcaee0 initbranch 1 yıl önce
.npmrc 584fdcaee0 initbranch 1 yıl önce
.postcssrc.js 584fdcaee0 initbranch 1 yıl önce
README.md 584fdcaee0 initbranch 1 yıl önce
babel.config.js 584fdcaee0 initbranch 1 yıl önce
jsconfig.json 584fdcaee0 initbranch 1 yıl önce
package-lock.json e045fab2de feat: 产品新增优化 7 ay önce
package.json e045fab2de feat: 产品新增优化 7 ay önce
quasar.config.js e045fab2de feat: 产品新增优化 7 ay önce
yarn.lock e045fab2de feat: 产品新增优化 7 ay önce

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.