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

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.