shallowinggg e045fab2de feat: 产品新增优化 пре 7 месеци
..
.vscode e045fab2de feat: 产品新增优化 пре 7 месеци
public 584fdcaee0 initbranch пре 1 година
src e045fab2de feat: 产品新增优化 пре 7 месеци
.editorconfig 584fdcaee0 initbranch пре 1 година
.eslintignore 584fdcaee0 initbranch пре 1 година
.eslintrc.js 584fdcaee0 initbranch пре 1 година
.gitignore 584fdcaee0 initbranch пре 1 година
.npmrc 584fdcaee0 initbranch пре 1 година
.postcssrc.js 584fdcaee0 initbranch пре 1 година
README.md 584fdcaee0 initbranch пре 1 година
babel.config.js 584fdcaee0 initbranch пре 1 година
jsconfig.json 584fdcaee0 initbranch пре 1 година
package-lock.json e045fab2de feat: 产品新增优化 пре 7 месеци
package.json e045fab2de feat: 产品新增优化 пре 7 месеци
quasar.config.js e045fab2de feat: 产品新增优化 пре 7 месеци
yarn.lock e045fab2de feat: 产品新增优化 пре 7 месеци

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.