私有仓库创世纪

Timmy 62d68829f2 move the chat code to main layout 1 年之前
.vscode 6b86885df4 up to date 1 年之前
public 6b86885df4 up to date 1 年之前
src 62d68829f2 move the chat code to main layout 1 年之前
.editorconfig 6b86885df4 up to date 1 年之前
.eslintignore 6b86885df4 up to date 1 年之前
.eslintrc.cjs 6b86885df4 up to date 1 年之前
.gitignore 6b86885df4 up to date 1 年之前
.npmrc 6b86885df4 up to date 1 年之前
README.md 6b86885df4 up to date 1 年之前
babel.config.cjs 6b86885df4 up to date 1 年之前
jsconfig.json 6b86885df4 up to date 1 年之前
package.json 6b86885df4 up to date 1 年之前
postcss.config.cjs 6b86885df4 up to date 1 年之前
quasar.config.js 6b86885df4 up to date 1 年之前
yarn.lock 6b86885df4 up to date 1 年之前

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.