fengchang f2ef8ad26c first commit 1 жил өмнө
..
.vscode f2ef8ad26c first commit 1 жил өмнө
public f2ef8ad26c first commit 1 жил өмнө
src f2ef8ad26c first commit 1 жил өмнө
.editorconfig f2ef8ad26c first commit 1 жил өмнө
.eslintignore f2ef8ad26c first commit 1 жил өмнө
.eslintrc.js f2ef8ad26c first commit 1 жил өмнө
.gitignore f2ef8ad26c first commit 1 жил өмнө
.npmrc f2ef8ad26c first commit 1 жил өмнө
.postcssrc.js f2ef8ad26c first commit 1 жил өмнө
README.md f2ef8ad26c first commit 1 жил өмнө
babel.config.js f2ef8ad26c first commit 1 жил өмнө
jsconfig.json f2ef8ad26c first commit 1 жил өмнө
package-lock.json f2ef8ad26c first commit 1 жил өмнө
package.json f2ef8ad26c first commit 1 жил өмнө
quasar.config.js f2ef8ad26c first commit 1 жил өмнө

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.