# V5_q0.15_front **Repository Path**: QeWeb_Sz_admin/v5_q015_ ## Basic Information - **Project Name**: V5_q0.15_front - **Description**: v5 前台中台系统 quasar 0.15 版本 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-02-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目启动、部署步骤 * 安装 `nodejs`(最新 lts 即可) http://nodejs.cn/download/ * 安装 `yarn` (替代 npm) https://yarn.bootcss.com/docs/install.html * 全局安装 quasar yarn global add quasar-cli * 项目根目录安装依赖 yarn * 启动项目(开发模式默认 8080)参考 http://quasar-framework.org/guide/quasar-cli.html quasar dev * 打包项目 quasar build > 注: 以上命令在git bash运行即可(安装nodejs自带)