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

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.