fengchang 066b523869 prepare ssr пре 10 месеци
..
.vscode 066b523869 prepare ssr пре 10 месеци
public 066b523869 prepare ssr пре 10 месеци
src 066b523869 prepare ssr пре 10 месеци
src-ssr 066b523869 prepare ssr пре 10 месеци
.editorconfig 066b523869 prepare ssr пре 10 месеци
.eslintignore 066b523869 prepare ssr пре 10 месеци
.eslintrc.cjs 066b523869 prepare ssr пре 10 месеци
.gitignore 066b523869 prepare ssr пре 10 месеци
.npmrc 066b523869 prepare ssr пре 10 месеци
README.md 066b523869 prepare ssr пре 10 месеци
index.html 066b523869 prepare ssr пре 10 месеци
jsconfig.json 066b523869 prepare ssr пре 10 месеци
package.json 066b523869 prepare ssr пре 10 месеци
postcss.config.cjs 066b523869 prepare ssr пре 10 месеци
quasar.config.js 066b523869 prepare ssr пре 10 месеци
yarn.lock 066b523869 prepare ssr пре 10 месеци

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.