# Gallery **Repository Path**: moqiaoduo/Gallery ## Basic Information - **Project Name**: Gallery - **Description**: 一个开源前端图库Vue程序,需要与后端配合使用 - **Primary Language**: HTML/CSS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gallery Powered by Vue-cli ## Project setup 安装指令 ``` yarn install ``` ### Compiles and hot-reloads for development 开发环境下编译且启动热重载 ``` yarn run serve ``` ### Compiles and minifies for production 生产环境下编译优化 ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ```