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

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.