Timmy c612e299a9 Revert "move chat to main page" vor 1 Jahr
..
.vscode 170e6ac8df store and show page view count in mongodb vor 1 Jahr
public 89e793f2d1 update banner and favicon for mobile first vor 1 Jahr
src c612e299a9 Revert "move chat to main page" vor 1 Jahr
.editorconfig 170e6ac8df store and show page view count in mongodb vor 1 Jahr
.eslintignore 170e6ac8df store and show page view count in mongodb vor 1 Jahr
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb vor 1 Jahr
.gitignore 170e6ac8df store and show page view count in mongodb vor 1 Jahr
.npmrc 170e6ac8df store and show page view count in mongodb vor 1 Jahr
README.md 170e6ac8df store and show page view count in mongodb vor 1 Jahr
babel.config.cjs 170e6ac8df store and show page view count in mongodb vor 1 Jahr
jsconfig.json 170e6ac8df store and show page view count in mongodb vor 1 Jahr
package.json ab8884fd6e init i18n vor 1 Jahr
postcss.config.cjs 170e6ac8df store and show page view count in mongodb vor 1 Jahr
quasar.config.js ab8884fd6e init i18n vor 1 Jahr
yarn.lock ab8884fd6e init i18n vor 1 Jahr

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.