fengchang f2ef8ad26c first commit před 2 roky
..
.vscode f2ef8ad26c first commit před 2 roky
public f2ef8ad26c first commit před 2 roky
src f2ef8ad26c first commit před 2 roky
.editorconfig f2ef8ad26c first commit před 2 roky
.eslintignore f2ef8ad26c first commit před 2 roky
.eslintrc.js f2ef8ad26c first commit před 2 roky
.gitignore f2ef8ad26c first commit před 2 roky
.npmrc f2ef8ad26c first commit před 2 roky
.postcssrc.js f2ef8ad26c first commit před 2 roky
README.md f2ef8ad26c first commit před 2 roky
babel.config.js f2ef8ad26c first commit před 2 roky
jsconfig.json f2ef8ad26c first commit před 2 roky
package-lock.json f2ef8ad26c first commit před 2 roky
package.json f2ef8ad26c first commit před 2 roky
quasar.config.js f2ef8ad26c first commit před 2 roky

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.