fengchang 5aef3bbe29 update for product detail page for other types of product il y a 1 an
..
.vscode 170e6ac8df store and show page view count in mongodb il y a 1 an
public 89e793f2d1 update banner and favicon for mobile first il y a 1 an
src 5aef3bbe29 update for product detail page for other types of product il y a 1 an
.editorconfig 170e6ac8df store and show page view count in mongodb il y a 1 an
.eslintignore 170e6ac8df store and show page view count in mongodb il y a 1 an
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb il y a 1 an
.gitignore 170e6ac8df store and show page view count in mongodb il y a 1 an
.npmrc 170e6ac8df store and show page view count in mongodb il y a 1 an
README.md 170e6ac8df store and show page view count in mongodb il y a 1 an
babel.config.cjs 170e6ac8df store and show page view count in mongodb il y a 1 an
jsconfig.json 170e6ac8df store and show page view count in mongodb il y a 1 an
package.json 7293dd9e98 udpate title il y a 1 an
postcss.config.cjs 170e6ac8df store and show page view count in mongodb il y a 1 an
quasar.config.js c49d3b076f loading and hide loading il y a 1 an
yarn.lock 0ac01de018 update wechatpay page il y a 1 an

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.