fengchang 170e6ac8df store and show page view count in mongodb преди 2 години
..
.vscode 170e6ac8df store and show page view count in mongodb преди 2 години
public 170e6ac8df store and show page view count in mongodb преди 2 години
src 170e6ac8df store and show page view count in mongodb преди 2 години
.editorconfig 170e6ac8df store and show page view count in mongodb преди 2 години
.eslintignore 170e6ac8df store and show page view count in mongodb преди 2 години
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb преди 2 години
.gitignore 170e6ac8df store and show page view count in mongodb преди 2 години
.npmrc 170e6ac8df store and show page view count in mongodb преди 2 години
README.md 170e6ac8df store and show page view count in mongodb преди 2 години
babel.config.cjs 170e6ac8df store and show page view count in mongodb преди 2 години
jsconfig.json 170e6ac8df store and show page view count in mongodb преди 2 години
package.json 170e6ac8df store and show page view count in mongodb преди 2 години
postcss.config.cjs 170e6ac8df store and show page view count in mongodb преди 2 години
quasar.config.js 170e6ac8df store and show page view count in mongodb преди 2 години
yarn.lock 170e6ac8df store and show page view count in mongodb преди 2 години

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.