fengchang 170e6ac8df store and show page view count in mongodb před 2 roky
..
.vscode 170e6ac8df store and show page view count in mongodb před 2 roky
public 170e6ac8df store and show page view count in mongodb před 2 roky
src 170e6ac8df store and show page view count in mongodb před 2 roky
.editorconfig 170e6ac8df store and show page view count in mongodb před 2 roky
.eslintignore 170e6ac8df store and show page view count in mongodb před 2 roky
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb před 2 roky
.gitignore 170e6ac8df store and show page view count in mongodb před 2 roky
.npmrc 170e6ac8df store and show page view count in mongodb před 2 roky
README.md 170e6ac8df store and show page view count in mongodb před 2 roky
babel.config.cjs 170e6ac8df store and show page view count in mongodb před 2 roky
jsconfig.json 170e6ac8df store and show page view count in mongodb před 2 roky
package.json 170e6ac8df store and show page view count in mongodb před 2 roky
postcss.config.cjs 170e6ac8df store and show page view count in mongodb před 2 roky
quasar.config.js 170e6ac8df store and show page view count in mongodb před 2 roky
yarn.lock 170e6ac8df store and show page view count in mongodb před 2 roky

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.