fengchang f2ef8ad26c first commit 1 anno fa
..
.vscode f2ef8ad26c first commit 1 anno fa
public f2ef8ad26c first commit 1 anno fa
src f2ef8ad26c first commit 1 anno fa
.editorconfig f2ef8ad26c first commit 1 anno fa
.eslintignore f2ef8ad26c first commit 1 anno fa
.eslintrc.js f2ef8ad26c first commit 1 anno fa
.gitignore f2ef8ad26c first commit 1 anno fa
.npmrc f2ef8ad26c first commit 1 anno fa
.postcssrc.js f2ef8ad26c first commit 1 anno fa
README.md f2ef8ad26c first commit 1 anno fa
babel.config.js f2ef8ad26c first commit 1 anno fa
jsconfig.json f2ef8ad26c first commit 1 anno fa
package-lock.json f2ef8ad26c first commit 1 anno fa
package.json f2ef8ad26c first commit 1 anno fa
quasar.config.js f2ef8ad26c first commit 1 anno fa

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.