# fulian **Repository Path**: linqitai/fulian ## Basic Information - **Project Name**: fulian - **Description**: 妇联e家教 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 修改打包地址 ``` 修改package.json文件 "build:h5": "cross-env NODE UNI_OUTPUT_DIR=build_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build" ```