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

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.