fengchang f6dd1fdd03 update check login during post or update blog 1 éve
..
.vscode 170e6ac8df store and show page view count in mongodb 1 éve
public 89e793f2d1 update banner and favicon for mobile first 1 éve
src f6dd1fdd03 update check login during post or update blog 1 éve
.editorconfig 170e6ac8df store and show page view count in mongodb 1 éve
.eslintignore 170e6ac8df store and show page view count in mongodb 1 éve
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb 1 éve
.gitignore 170e6ac8df store and show page view count in mongodb 1 éve
.npmrc 170e6ac8df store and show page view count in mongodb 1 éve
README.md 170e6ac8df store and show page view count in mongodb 1 éve
babel.config.cjs 170e6ac8df store and show page view count in mongodb 1 éve
jsconfig.json 170e6ac8df store and show page view count in mongodb 1 éve
package.json 7293dd9e98 udpate title 1 éve
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 1 éve
quasar.config.js c49d3b076f loading and hide loading 1 éve
yarn.lock 0ac01de018 update wechatpay page 1 éve

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.