fengchang 066b523869 prepare ssr il y a 1 an
..
.vscode 066b523869 prepare ssr il y a 1 an
public 066b523869 prepare ssr il y a 1 an
src 066b523869 prepare ssr il y a 1 an
src-ssr 066b523869 prepare ssr il y a 1 an
.editorconfig 066b523869 prepare ssr il y a 1 an
.eslintignore 066b523869 prepare ssr il y a 1 an
.eslintrc.cjs 066b523869 prepare ssr il y a 1 an
.gitignore 066b523869 prepare ssr il y a 1 an
.npmrc 066b523869 prepare ssr il y a 1 an
README.md 066b523869 prepare ssr il y a 1 an
index.html 066b523869 prepare ssr il y a 1 an
jsconfig.json 066b523869 prepare ssr il y a 1 an
package.json 066b523869 prepare ssr il y a 1 an
postcss.config.cjs 066b523869 prepare ssr il y a 1 an
quasar.config.js 066b523869 prepare ssr il y a 1 an
yarn.lock 066b523869 prepare ssr il y a 1 an

README.md

HiChinaTravel Main Site (hichina-main-front-mobile-first-v2)

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.