# vue-mini-site-prototype **Repository Path**: fungxu/vue-mini-site-prototype ## Basic Information - **Project Name**: vue-mini-site-prototype - **Description**: vue cli3 / element-ui 写的一个图案设计报名系统的原型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # client ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` or run with our testing server ``` VUE_APP_UPLOAD_API="http://54.223.64.137:3000/upload" VUE_APP_BASE_API="http://54.223.64.137:3001/client/api" PORT=8080 yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).