# vue-admin-prototype **Repository Path**: fungxu/vue-admin-prototype ## Basic Information - **Project Name**: vue-admin-prototype - **Description**: 使用vue cli 3.0 / element-ui/ pug 来写的admin-ui,有内置mock.js 可以直接运行 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manager 这是一个不需要后台服务就能跑起来的vue-admin框架。里面有一些例子。是一个订单和佣金分配的功能。 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development Run without a real backend server: ``` VUE_APP_BASE_API=api yarn serve ``` Run with a backend server ``` VUE_APP_UPLOAD_API="http://54.223.64.137:3000/upload" VUE_APP_BASE_API="http://54.223.64.137:3001/api" 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/).