私有仓库创世纪

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

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.