Timmy 221b43db54 Revert "modify productPage->middle" 1 vuosi sitten
..
.vscode 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
public 89e793f2d1 update banner and favicon for mobile first 1 vuosi sitten
src 221b43db54 Revert "modify productPage->middle" 1 vuosi sitten
.editorconfig 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
.eslintignore 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
.gitignore 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
.npmrc 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
README.md 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
babel.config.cjs 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
jsconfig.json 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
package.json ab8884fd6e init i18n 1 vuosi sitten
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 1 vuosi sitten
quasar.config.js ab8884fd6e init i18n 1 vuosi sitten
yarn.lock ab8884fd6e init i18n 1 vuosi sitten

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.