fengchang 066b523869 prepare ssr há 10 meses atrás
..
.vscode 170e6ac8df store and show page view count in mongodb há 1 ano atrás
public 89e793f2d1 update banner and favicon for mobile first há 1 ano atrás
src 1f519b6e16 更新 'hichina-main-front-mobile-first/src/pages/ProductDetailPage.vue' há 1 ano atrás
src-ssr 066b523869 prepare ssr há 10 meses atrás
.editorconfig 170e6ac8df store and show page view count in mongodb há 1 ano atrás
.eslintignore 170e6ac8df store and show page view count in mongodb há 1 ano atrás
.eslintrc.cjs 170e6ac8df store and show page view count in mongodb há 1 ano atrás
.gitignore 170e6ac8df store and show page view count in mongodb há 1 ano atrás
.npmrc 170e6ac8df store and show page view count in mongodb há 1 ano atrás
README.md 170e6ac8df store and show page view count in mongodb há 1 ano atrás
babel.config.cjs 170e6ac8df store and show page view count in mongodb há 1 ano atrás
jsconfig.json 170e6ac8df store and show page view count in mongodb há 1 ano atrás
package.json ab8884fd6e init i18n há 1 ano atrás
postcss.config.cjs 170e6ac8df store and show page view count in mongodb há 1 ano atrás
quasar.config.js 066b523869 prepare ssr há 10 meses atrás
yarn.lock ab8884fd6e init i18n há 1 ano atrás

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.