fengchang cc02b2967b update some content of book page 1 年之前
..
.vscode 170e6ac8df store and show page view count in mongodb 1 年之前
public 89e793f2d1 update banner and favicon for mobile first 1 年之前
src cc02b2967b update some content of book page 1 年之前
.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 f5441362e9 add page, init state management with pinia 1 年之前
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 1 年之前
quasar.config.js 2bfff712f3 add blog detail page and contact page 1 年之前
yarn.lock f5441362e9 add page, init state management with pinia 1 年之前

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.