fxie 32a952ba42 Merge branch 'modifywebsite' of fxie/hichina2023 into master 1 år sedan
..
.vscode 170e6ac8df store and show page view count in mongodb 1 år sedan
public 89e793f2d1 update banner and favicon for mobile first 1 år sedan
src 32a952ba42 Merge branch 'modifywebsite' of fxie/hichina2023 into master 1 år sedan
.editorconfig 170e6ac8df store and show page view count in mongodb 1 år sedan
.eslintignore 170e6ac8df store and show page view count in mongodb 1 år sedan
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb 1 år sedan
.gitignore 170e6ac8df store and show page view count in mongodb 1 år sedan
.npmrc 170e6ac8df store and show page view count in mongodb 1 år sedan
README.md 170e6ac8df store and show page view count in mongodb 1 år sedan
babel.config.cjs 170e6ac8df store and show page view count in mongodb 1 år sedan
jsconfig.json 170e6ac8df store and show page view count in mongodb 1 år sedan
package.json ab8884fd6e init i18n 1 år sedan
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 1 år sedan
quasar.config.js ab8884fd6e init i18n 1 år sedan
yarn.lock ab8884fd6e init i18n 1 år sedan

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.