# FEBS_front **Repository Path**: xzmzy/FEBS_front ## Basic Information - **Project Name**: FEBS_front - **Description**: FEBS_vue 原码https://github.com/wuyouzhuguli/FEBS-Vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-04-17 - **Last Updated**: 2023-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # people-condition ## Project setup ``` 先安装yarn npm install -g yarn --registry=https://registry.npm.taobao.org npm install ``` ### Compiles and hot-reloads for development ``` 配置npm,run,script选dev npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).