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

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.