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

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.