fengchang cc02b2967b update some content of book page 1 tahun lalu
..
.vscode 170e6ac8df store and show page view count in mongodb 1 tahun lalu
public 89e793f2d1 update banner and favicon for mobile first 1 tahun lalu
src cc02b2967b update some content of book page 1 tahun lalu
.editorconfig 170e6ac8df store and show page view count in mongodb 1 tahun lalu
.eslintignore 170e6ac8df store and show page view count in mongodb 1 tahun lalu
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb 1 tahun lalu
.gitignore 170e6ac8df store and show page view count in mongodb 1 tahun lalu
.npmrc 170e6ac8df store and show page view count in mongodb 1 tahun lalu
README.md 170e6ac8df store and show page view count in mongodb 1 tahun lalu
babel.config.cjs 170e6ac8df store and show page view count in mongodb 1 tahun lalu
jsconfig.json 170e6ac8df store and show page view count in mongodb 1 tahun lalu
package.json f5441362e9 add page, init state management with pinia 1 tahun lalu
postcss.config.cjs 170e6ac8df store and show page view count in mongodb 1 tahun lalu
quasar.config.js 2bfff712f3 add blog detail page and contact page 1 tahun lalu
yarn.lock f5441362e9 add page, init state management with pinia 1 tahun lalu

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.