dingshimin 942ebde0e6 fix: 注册时用户存在不跳转注册成功页面 5 ヶ月 前
..
.vscode 170e6ac8df store and show page view count in mongodb 1 年間 前
public 89e793f2d1 update banner and favicon for mobile first 1 年間 前
src 942ebde0e6 fix: 注册时用户存在不跳转注册成功页面 5 ヶ月 前
.editorconfig 170e6ac8df store and show page view count in mongodb 1 年間 前
.eslintignore 170e6ac8df store and show page view count in mongodb 1 年間 前
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb 1 年間 前
.gitignore 170e6ac8df store and show page view count in mongodb 1 年間 前
.npmrc 170e6ac8df store and show page view count in mongodb 1 年間 前
README.md 170e6ac8df store and show page view count in mongodb 1 年間 前
babel.config.cjs 170e6ac8df store and show page view count in mongodb 1 年間 前
jsconfig.json 170e6ac8df store and show page view count in mongodb 1 年間 前
package.json 77185d6820 feat: Add Google login 6 ヶ月 前
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 1 年間 前
quasar.config.js 77185d6820 feat: Add Google login 6 ヶ月 前
yarn.lock 77185d6820 feat: Add Google login 6 ヶ月 前

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.