私有仓库创世纪

Timmy 62d68829f2 move the chat code to main layout %!s(int64=2) %!d(string=hai) anos
.vscode 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
public 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
src 62d68829f2 move the chat code to main layout %!s(int64=2) %!d(string=hai) anos
.editorconfig 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
.eslintignore 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
.eslintrc.cjs 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
.gitignore 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
.npmrc 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
README.md 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
babel.config.cjs 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
jsconfig.json 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
package.json 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
postcss.config.cjs 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
quasar.config.js 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos
yarn.lock 6b86885df4 up to date %!s(int64=2) %!d(string=hai) anos

README.md

Hichina Main Site Mobile First (hichina-main-front-mobile-first)

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.