fengchang_fight 91e5ce5849 Merge branch 'master' into user/fengchang/tryintegragefbmessager пре 1 година
..
.vscode 170e6ac8df store and show page view count in mongodb пре 1 година
public 89e793f2d1 update banner and favicon for mobile first пре 1 година
src 91e5ce5849 Merge branch 'master' into user/fengchang/tryintegragefbmessager пре 1 година
.editorconfig 170e6ac8df store and show page view count in mongodb пре 1 година
.eslintignore 170e6ac8df store and show page view count in mongodb пре 1 година
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb пре 1 година
.gitignore 170e6ac8df store and show page view count in mongodb пре 1 година
.npmrc 170e6ac8df store and show page view count in mongodb пре 1 година
README.md 170e6ac8df store and show page view count in mongodb пре 1 година
babel.config.cjs 170e6ac8df store and show page view count in mongodb пре 1 година
jsconfig.json 170e6ac8df store and show page view count in mongodb пре 1 година
package.json ab8884fd6e init i18n пре 1 година
postcss.config.cjs 170e6ac8df store and show page view count in mongodb пре 1 година
quasar.config.js ab8884fd6e init i18n пре 1 година
yarn.lock ab8884fd6e init i18n пре 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.