fengchang 170e6ac8df store and show page view count in mongodb 2 ani în urmă
..
.vscode 170e6ac8df store and show page view count in mongodb 2 ani în urmă
public 170e6ac8df store and show page view count in mongodb 2 ani în urmă
src 170e6ac8df store and show page view count in mongodb 2 ani în urmă
.editorconfig 170e6ac8df store and show page view count in mongodb 2 ani în urmă
.eslintignore 170e6ac8df store and show page view count in mongodb 2 ani în urmă
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb 2 ani în urmă
.gitignore 170e6ac8df store and show page view count in mongodb 2 ani în urmă
.npmrc 170e6ac8df store and show page view count in mongodb 2 ani în urmă
README.md 170e6ac8df store and show page view count in mongodb 2 ani în urmă
babel.config.cjs 170e6ac8df store and show page view count in mongodb 2 ani în urmă
jsconfig.json 170e6ac8df store and show page view count in mongodb 2 ani în urmă
package.json 170e6ac8df store and show page view count in mongodb 2 ani în urmă
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 2 ani în urmă
quasar.config.js 170e6ac8df store and show page view count in mongodb 2 ani în urmă
yarn.lock 170e6ac8df store and show page view count in mongodb 2 ani în urmă

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.